Help - Cannot start 9iDS (9.0.2) Report or Form Designer (UNIX)

Installed 9iDS v9.0.2 on Sun Solaris (5.8)
Installed JDeveloper 9.0.3 (zip file) patch on top of this.
Trying to run either Report or Form desigeners results in the following error
Error occurred during initialization of VM
java.lang.NoClassDefFoundError: java/io/UnixFileSystem
I've change the start script to print the paths which are:
LD_LIBRARY_PATH
/oracle8/app/oracle/product/9iDS/lib:/oracle8/app/oracle/product/9iDS/jdk/jre/lib/sparc:/oracle8/app/oracle/product/9iDS/jdk/jre/lib/sparc/native_threads:/oracle8/app/oracle/product/9iDS/jdk/jre/lib/sparc:/oracle8/app/oracle/product/9iDS/lib:/oracle8/app/oracle/product/9iDS/lib:/oracle8/app/oracle/product/9iDS/network/jre11/lib/sparc/native_threads
CLASSPATH
/oracle8/app/oracle/product/9iDS/jdbc/lib/classes12.zip:/oracle8/app/oracle/product/9iDS/jdbc/lib/classes111.zip:/oracle8/app/oracle/product/9iDS/rdbms/jlib/jmscommon.jar:/oracle8/app/oracle/product/9iDS/rdbms/jlib/aqapi11.jar:/oracle8/app/oracle/product/9iDS/Apache/jdk/lib/classes.zip:/oracle8/app/oracle/product/9iDS/sqlj/lib/translator.zip:/oracle8/app/oracle/product/9iDS/sqlj/lib/runtime12.zip:.:/oracle8/app/oracle/product/9iDS/lib/aurora_client.jar:/oracle8/app/oracle/product/9iDS/lib/vbjorb.jar:/oracle8/app/oracle/product/9iDS/lib/vbjapp.jar:/oracle8/app/oracle/product/9iDS/jlib/javax-ssl-1_2.jar:/oracle8/app/oracle/product/9iDS/jlib/jssl-1_2.jar
FORMS90_BUILDER_CLASSPATH
/oracle8/app/oracle/product/9iDS/jlib/importer.jar:/oracle8/app/oracle/product/9iDS/jlib/debugger.jar:/oracle8/app/oracle/product/9iDS/jlib/utj90.jar:/oracle8/app/oracle/product/9iDS/jlib/ewt3.jar:/oracle8/app/oracle/product/9iDS/jlib/share.jar:/oracle8/app/oracle/product/9iDS/jlib/dfc90.jar:/oracle8/app/oracle/product/9iDS/jlib/help3.jar:/oracle8/app/oracle/product/9iDS/jlib/help3-nls.jar:/oracle8/app/oracle/product/9iDS/jlib/oracle_ice5.jar
--- What am I missing for the VM ?

Yes everything was fine. I submitted a TAR to Oracle. The final (poor) resolution is:
23-DEC-02 18:36:03 GMT
New info : I have created seperate homes for the 9iDS (Forms, Reports &
JDeveloper baseline -- Complete installation) and the JDeveloper only
(JDeveloper installation).
I have applied the Developer patch 1 to the 9iDS home.
I have applied the JDeveloper 903 'patch' to the JDev home.
There is no way to remove the JDeveloper component only from the full iDS
install so that developers do not mistakenly chose the wrong release.
Both of these homes appear to function properly.
I would consider this a workaround fix. There should be no need for seperate
homes I would suspect.
24-DEC-02 10:26:56 GMT
Hi James,
The 9.0.2 version of Jdeveloper is shipped with the Oracle 9iDS Rel 2 suite.I beleive that Forms 9i and Jdeveloper 9.0.3 are not compatible due the difference in the Required Support Files (RSF) of each.
24-DEC-02 19:07:03 GMT
New info : As much as I don't want to do it, I can work the way I am now.
What is the plan to make the components of the iDS integrated (compatible?
24-DEC-02 19:28:36 GMT
Hi James,
It will be incorporarted in the future release of the product(9iDS).Since the issue has bee[i]Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • Cannot start EXTRACT - OGG-01742 is reported

    Hi,
    I've configured, added and registered EXTRACT process, but when I try to start it i receive an error:
    GGSCI (TEST-SRV1) 6> START EXTRACT extr
    Sending START request to MANAGER ('GGSMGR') ...
    ERROR: Cannot create process 'extract'. Child process is no longer alive
    2013-01-22 15:56:22 WARNING OGG-01742 Command sent to MGR MGR returned with an
    ERROR response.
    When i try
    GGSCI (TEST-SRV1) 8> view report extr
    ERROR: REPORT file EXTR does not exist.
    GGSCI (TEST-SRV1) 9>
    The mgr report contains the following:
    2013-01-22 15:53:59 INFO OGG-00983 Manager started (port 7809).
    2013-01-22 15:56:17 INFO OGG-00963 Command received from GGSCI on host TEST
    -SRV1 (START EXTRACT EXTR ).
    2013-01-22 15:56:22 INFO OGG-00975 client_start_er_prog failed.
    What could be the cause of the problem? I cannot find anything relevant both at support.oracle.com and google
    The extract process was successfully added with the command
    ADD EXTRACT extr , INTEGRATED TRANLOG, BEGIN NOW
    Then it was successfully registered:
    GGSCI (TEST-SRV1) 5> REGISTER EXTRACT extr DATABASE
    2013-01-22 15:55:48 INFO OGG-02003 Extract EXTR successfully registered wit
    h database at SCN 1004025.
    The exttrail was also created successfully
    ADD EXTTRAIL C:\Goldengate\dirdat\t*, EXTRACT extr
    The parameter file for extract is:
    EXTRACT extr
    USERID GGEXTRACT,
    PASSWORD AACAAAAAAAAAAAEANJEILEYAOIUJKDTA &
    BLOWFISH, ENCRYPTKEY GGKEY
    ENCRYPTTRAIL BLOWFISH, KEYNAME GGKEY
    EXTTRAIL C:\Goldengate\dirdat\t*
    DDL INCLUDE ALL
    TABLE DEPO.*;
    TABLE DEPO_ARCH.*;
    TABLE DEPO_RPT.*;
    TABLEEXCLUDE DEPO.TMP*;
    TABLEEXCLUDE DEPO.*_D;
    TABLEEXCLUDE DEPO.SQL*;
    SEQUENCE DEPO.VID;
    SEQUENCE DEPO.LOG_SEQ;

    Thank you for your help. I've corrected those issues
    Now the EXTRACT is added like this:
    ADD EXTRACT extr , INTEGRATED TRANLOG, BEGIN NOW
    EXTRACT added.
    GGSCI (TEST-SRV1) 23> ADD EXTTRAIL C:\Goldengate\dirdat\ts, EXTRACT extr
    EXTTRAIL added.
    GGSCI (TEST-SRV1) 29> REGISTER EXTRACT extr DATABASE
    2013-01-23 12:26:44 INFO OGG-02003 Extract EXTR successfully registered wit
    h database at SCN 1061811.
    The parameters file for extr is the following:EXTRACT extr
    USERID GGEXTRACT,
    PASSWORD AACAAAAAAAAAAAEANJEILEYAOIUJKDTA &
    BLOWFISH, ENCRYPTKEY GGKEY
    ENCRYPTTRAIL BLOWFISH, KEYNAME GGKEY
    EXTTRAIL C:\Goldengate\dirdat\ts
    DDL INCLUDE ALL
    TABLEEXCLUDE DEPO.TMP*;
    TABLEEXCLUDE DEPO.*_D;
    TABLEEXCLUDE DEPO.SQL*;
    TABLE DEPO.*;
    TABLE DEPO_ARCH.*;
    TABLE DEPO_RPT.*;
    SEQUENCE DEPO.VID;
    SEQUENCE DEPO.LOG_SEQ;
    The result is however the same:
    GGSCI (TEST-SRV1) 36> start extract extr
    Sending START request to MANAGER ('GGSMGR') ...
    ERROR: Cannot create process 'extract'. Child process is no longer alive
    2013-01-23 12:32:23 WARNING OGG-01742 Command sent to MGR MGR returned with an
    ERROR response.
    and in the mgr report:
    2013-01-23 12:34:34 INFO OGG-00983 Manager started (port 7809).
    2013-01-23 12:35:00 INFO OGG-00963 Command received from GGSCI on host TEST
    -SRV1 (START EXTRACT EXTR ).
    2013-01-23 12:35:05 INFO OGG-00975 client_start_er_prog failed.
    And still no report for extr as if it even didn't try to start
    Any ideas?

  • Help in starting 9iDS after installing it in RH8.0

    Hi everyone,
    (comment ---> I really need this to work. It's the first time I write in this forum, I'll appriciate your kindness.)
    I've just installed the 9iDS in RH8.0, there where some errors during the installation process; however, close it and when resuming the installation just finished perfectly!.
    I need to work with Forms and Report Designer, but I don't know how to start the applications for getting them to work. I'll appriciate enormously if someone could helpme with that.
    I've read a lot, but I still can't find the way of executing these apps. I remember the famous Windows way: Start > Programs > Oracle ...Click; but how can I do it in RH8.0 with the Shell(I guess, cause there weren't any shortcut created during the installation process).
    Thanks a lot.
    Regards,
    Alvaro Sandi

    Lucky you, i've not gone throught the complete install under UnitedLinux...but i know how to start the thing : Have a look under you $ORACLE_HOME and search for a file name forms90.sh or something like that, it is a template of all environnement variables that you have to set for forms to run. The most important one is your DISPLAY. After setting all that stuff you just type the name of the forms executable file (look under $ORACLE_HOME/bin...it should be like f90desm)...sorry for not being precise, its because i'm windozing right now ;)

  • How to start BPEL process with publishing initiation form designed in ADF

    Hii All,
    Can Anyone please tell me how to Start my BPEL process with publishing initiation forms designed in ADF fusion.
    I am using JDevloper 11g and Oracle SOASuite 11g toolset in windows platform.
    Thankx in Advance,
    Deekay.

    Hi,
    I assume you mean the JMS example under the $OH BPEL examples area. Unfortunately, this only shows how to get a BPEL process kicked off by awaiting a JMS message - but there is no test code there! There are specific examples which show off the testing framework facilities but it appears that all the examples which use async type of interactions are in the middle of a process which is kicked off by a normal synchronous client interaction.
    Any further help much appreciated.
    Colin.

  • Can report or form column be reoder at running time

    Hello there,
    We have a customer who is happy with the reports and form design. he wanted to reoder the column to his look and feel. I found out that once the report or form is put in production, I can not reoder the column. Can someone tell me different? can we reoder the column once the reports or forms are put in production?
    I need your insight please.

    Calling a subvi dynamically and passing references to it is a tall order for a rookie.  Examples may be around but they are scattered.  I already had an example written, I just had to find it. 
    I learn best by example so I teach by example.  I can't see making the OP spend hours searching for something I have immediately.  His time is better spent studying my code than searching for pieces and then trying to put them together, and having to come here to ask more questions.
    - tbob
    Inventor of the WORM Global
    Attachments:
    MainVI_Ref.vi ‏17 KB
    SubVI_Ref.vi ‏12 KB

  • I cannot start the "SQL Server Reporting Services (SCE)" service

    Attempts to run any of the Windows Computer Reports fail with an error:
    Date: 10/29/2008 10:19:30 AM
    Application: System Center Essentials
    Application Version: 6.0.1251.0
    Severity: Error
    Message: Cannot initialize report.
    Microsoft.Reporting.WinForms.ReportServerException: The Report Server Windows service 'ReportServer$SCE' is not running. The service must be running to use Report Server. (rsReportServerServiceUnavailable)
       at Microsoft.Reporting.WinForms.ServerReport.GetExecutionInfo()
       at Microsoft.Reporting.WinForms.ServerReport.GetParameters()
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.Parameters.ReportParameterBlock.Initialize(ServerReport serverReport)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ReportForm.SetReportJob(Object sender, ConsoleJobEventArgs args)
    My attempts to start the "SQL Server Reporting Services (SCE)" service fail with an error:
    Could not start the SQL Server Reporting Service (SCE) service on Local Computer.
    Error 1053: The service did  not respond to the start or control request in a timely fashion.
    The application log in the event viewer has hundreds of instances of Event ID 107:
    Event Type: Error
    Event Source: Report Server (SCE)
    Event Category: Management
    Event ID: 107
    Date:  10/29/2008
    Time:  10:36:25 AM
    User:  N/A
    Computer: DC
    Description:
    Report Server (SCE) cannot connect to the report server database.  For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Please help.

    Thanks for the link to the Reporting Services forum.  I found the fix in this thread:
    https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3644545&SiteID=1
    I had to create a registry key and reboot:
    1.
    Click Start, click Run, type regedit, and then click OK.
    2.
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
    3.
    In the right pane, locate the ServicesPipeTimeout entry.
    Note If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:
    a.
    On the Edit menu, point to New, and then click DWORD Value.
    b.
    Type ServicesPipeTimeout, and then press ENTER.
    4.
    Right-click ServicesPipeTimeout, and then click Modify.
    5.
    Click Decimal, type 60000, and then click OK.
    This value represents the time in milliseconds before a service times out.
    6.
    Restart the computer.
    After the reboot, the service was running.  Thanks for your help with this.

  • Reports server: cannot start stand-alone servers

    I have 9iAS 9.0.2.0.1 on RedHat Linux AS. When I try to create/start a new reports server (using rwserver.sh), I get "REP-50001: Server is initializing", but it never starts. My in-process server works, but I can't create any additional servers.
    I've made the changes suggested in MetaLink Doc ID 214310.1. But, I still cannot start a stand-alone server.
    Any help is greatly appreciated.

    The problem was with vncserver. Once I started it with
    "vncserver :15 -nolisten local -httpd ${VNC}/classes -cc 3", it started up.

  • Acrobat cannot start Adobe LifeCycle Designer! Help!

    Can someone help please?
    I downloaded a trial version of acrobat 9 pro LCD last week, it opened then, but not anymore. This is the message i get everytime i try to open it, "Acrobat cannot start Adobe LifeCycle Designer. You may need to repair or reinstall the application using the original installation program."
    MS SQL server 2009 was installed on my desktop this week, and from another discussion i read that this server and LCD dont get along with each other, and since LCD worked last week for me I am assuming installation of SQL server could be a possible reason why LCD wouldnt open now.
    My task is to create a dynamic form that should generate a report from just typing in one field, (for example, entering the name of an account holder should populate the remaining fields of the account holder's data as result.)
    has anyone done this so they can help troubleshoot??

    I wrote too soon. 
    So the form seems to be done and functional.  I just had to click cancel before going to Livecycle.  Then I save it and work on it in Acrobat.  I don't know why Livecycle isn't installed correctly, or honestly, what Livecycle does that Acrobat doesn't. 
    Anyway, problem resolved.

  • Cannot start XL Reporter

    Hi Experts
    I cannot start xl reporter.When i am logging in  the system.There is an error XL Reporter Addon : Cannot start addon.
    I have installed Office 2003 .Set The macro level to Low ..checked the two check boxex in Trusted publisher tab..
    what could be the possible reason .. need your help
    warm regards
    anand

    Hi,
    Kinldy check this note:[819501|https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000819501] on How to clean client after corrupt installation of add-on.
    And also refer this note:[1287193|https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001287193] on  Registry cleanning for XL Reporter Reinstallation.

  • Was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. help!

    was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. who can help?

    Not easy if vital information is missing. Sometimes it seems like people are using the internet the first time...
    What version of Indesign?
    What OS? "Rights" sounds like Windows
    What is happening when starting it?
    If Windows, where was it installed?
    If Windows, do you have admin permissions?

  • Keep beeping, cannot start, after installing security update. Please help.

    I just apply the security update today in my MacBook (aluminum), but then the laptop cannot start.
    When starting, it beeps 3X, pauses, then beeps 3X, pauses, and so on - never stops.
    I press the power button to stop, but when pressing the power button back on, this keeps happening.
    Does somebody also have this kind of issue? What should I do?
    Sorry if I may have repeated other reports, I just cannot find here. I googled a bit and somebody tells that beeping 3X relates to graphics device problem. What should I do with this?
    Thanks

    Hi T,
    Yes, that is the key we all are getting while the announced shows the key first presented in the update released as 2010-001, back in January. Nothing else reported besides the SHA1 diff.
    I am sorry to tell you but this issue would hardly, if not ever, be related to the update. It seams to be the hardware fault in fact, test each memory in each slot, one at a time trying to boot the 4 times, 3 in the case, you are already up with this mem/slot combination.
    Good luck.

  • HT201272 I purchased the August 2012 edition of Consumer Reports and I get an (Error During Download Cannot start the download because the file is missing or invalid)

    I purchased the August 2012 Edition of Consumer Reports and I get (Error During Download Cannot start the download because the file is missing of invalid)

    Contact support and see if they cna give you a fresh copy. It's probably with the file..

  • I cannot send some emails, I can reply but I cannot start an email, an error comes up in outbox stating 'does not allow relaying' please help?

    I cannot send some emails, I can reply but I cannot start an email, an error comes up in outbox stating 'does not allow relaying' please help?

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

  • HELP!!! My macbook pro cannot start up after dropping!!!

    I dropped my Macbook Pro 2.4 hardly to the ground on the right bottom days ago and it just cannot start up anymore now.
    I can hear the start up chime, but the screen is black and it shuts down automatically.
    I doubted it was because the hard drive dead, so I took out the hard drive and anticipated to see at least a folder with a question mark, but nothing - still black and powers off.
    HELP!!! Anybody has any idea?

    Contact Apple & make an appointment to have the computer repaired. Applecare does not cover accidental damage. If you want to diagnose & repair yourself - MacFixIt Tutorials
    Message was edited by: CMCSK

  • HELP!!! My macbook pro cannot start up!!!

    I dropped my Macbook Pro 2.4 hardly to the ground on the right bottom days ago and it just cannot start up anymore now.
    I can hear the start up chime, but the screen is black and it shuts down automatically.
    I doubted it was because the hard drive dead, so I took out the hard drive and anticipated to see at least a folder with a question mark, but nothing - still black and powers off.
    HELP!!! Anybody has any idea?

    Well unfortunitly it sounds like the fall damaged the laptop to the extent that it doesn't work. Your only option is to send it into apple (or an authorized apple repair) to be fixed. Since the laptop was damaged from a fall you warranty will not cover the repair.

Maybe you are looking for