Installing OBPM Studio

I haveb been trying to install Oracle BPM Studio 11g in the Desktop, but cannot understand what xactly should I do to Properly install OBPM Studio 11g.
Following are the tasks that I have Performed:
1. Installed Oracle Web Logic Server 11g R1.
2. Installed Oracle SOA Suite from "ofm_soa_generic_11.1.1.2.0".zip downloaded from Oracle Downloads page.
3. Patched it with patchset "ofm_soa_generic_11.1.1.3.0".zip downloaded from Oracle Downloads page.
The steps were done as per document "OracleBPM-InstallationGuide_11g".pdf .
I have also installed JDeveloper suite from "jdevstudio11113install.exe"
What did I miss during the whole process?
Do I have to saperately install Database, RCU, Web Center.
Will Jdevloper need "bpm-jdev-extension".
How do i start the BPM studio will it be from JDeveloper itself ?
Please Help

Hi CD,
Only to clarify the things: one thing is Oracle BPM Studio, that is the modeler, based on jDeveloper framework, and other is the BPM Server, where you will need to install Weblogic, database, SOA and BPM Servers, etc. You may have only the BPM Studio in you local machine and use an external server to deploy and test your projects.
Focusing in the BPM Studion: try to reinstall the jDeveloper 11.1.1.3 in a different folder in your machine. After that, download the appropriate SOA and BPM extensions from jDeveloper extensions page (http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml) and unzip them within your new jDeveloper installation. Pay attention to unzip the extensions to the correct folder (<Installation_Home>\jdeveloper). Restart the jDeveloper and check if you can create new "SOA Applications/Projects" and "BPM Applications/Projects".
I hope this can help.
Regards,
Rafael Andrade

Similar Messages

  • Question Installing BPM Studio

    Hi,
    I`m trying to install BPM Suite using Fedora but I don't wath size must have /root y /var do you know how to configure this? or if there is some material with kind of information?
    Thanks and Greetings

    The executable file is OBPM103_HOME/eclipse/eclipse.
    That will start your OBPM Studio.

  • What are the Minimum Requirement  to Install OBPM 11g In Windows ??????

    can some one tell us the Minimum System Requirement to Install OBPM 11g In Windows ??????
    Thanks
    Network 22

    Hi,
    The following are the basic requirement:
    1) Windows machine: 2 GB of memory
    2) Windows machine: Disk space 3GB
    3) Browsers: Firefox 3.x or IE 7.x
    Software for Windows Machine
    JDeveloper 11.1.1.3
    On the Windows machine, open a browser and go to the OTN download site for JDeveloper 11.1.1.3 .
    In the Windows Install row and the Studio Edition column, click the link for the filename given. This is an .exe file.
    Accept the license agreement when prompted and finish the download.
    Save this file anywhere you wish.
    This version of the JDeveloper binary contains the required version of the JDK. You will download two additional JDeveloper extensions from within JDeveloper after installing it.
    Please find the help in the following link:
    http://st-curriculum.oracle.com/obe/fmw/obpm/11g/r1/install/installing_obpm11g.htm
    Bibhu

  • Installing Sun Studio 12 on Ubuntu 8.04

    When I try to install Sun Studio 12 with the graphical installer, I get a message half was through that Java is not installed. In my case Sun's Java was already installed. I tell the Sun Studio installer to do the update and it finished what it was doing. After the install is done, I found that the Sun Studio executable is missing, so it looked like the installation did not work. What version of Java is Sun Studio expecting and does it need to be tied to a specific path? Is there a known method for installing Java for Sun Studio 12?
    After this I uninstalled Java and Netbeans and started the system prep tool, which correctly said I was missing netbeans and java. I had the system prep tool install netbeans successfully but I get this message when trying to install java:
    error: Failed dependencies:
    glibc >= 2.1.2-11 is needed by jdk-1.5.0_09-fcs.i586
    sh-utils >= 2.0-1 is needed by jdk-1.5.0_09-fcs.i586
    fileutils >= 4.0-8 is needed by jdk-1.5.0_09-fcs.i586
    gawk >= 3.0.4-1 is needed by jdk-1.5.0_09-fcs.i586
    textutils >= 2.0-2 is needed by jdk-1.5.0_09-fcs.i586
    /bin/sh is needed by jdk-1.5.0_09-fcs.i586
    Any suggestions?

    I could not find any log files with error information from Express or Sun Studio 12. Any ideas?Not yet :-) Can you try to build and debug a sample project? Does it show the same problem?
    I mean one of several sample projects, that are shipped with the Sun Studio IDE.
    Start "sunstudio", from main menu: "File->New Project", select Samples->C/C++/Fortran->Welcome
    Did you try to run compilers and other tools?
    Please, make sure they work. For example, run the following commands:
    cc -V
    CC -V
    f90 -V
    collect -V
    dbx -V
    dmake -v
    (Note: the last one is small "v")

  • Problem with installing Visual Studio on Windows 8

    Hi
     I am disappointed to buy windows 8 based machine. I installed visual studio 2013 on Windows 7 machine and it was compiling well
    But i installed same on my windows 8 machine. But i am not able to compile simple program
    Below is program
    #include<stdio.h>
    int main()
    printf("Hello World");
    return 0;
    I am getting below error
    Error 1
    error MSB4018: The "CL" task failed unexpectedly.
    System.TypeInitializationException: The type initializer for 'Microsoft.Build.Utilities.FileTracker' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.Build.Utilities.FileTracker..cctor()
       --- End of inner exception stack trace ---
       at Microsoft.Build.CPPTasks.CL.ComputeOutOfDateSources()
       at Microsoft.Build.CPPTasks.TrackedVCToolTask.SkipTaskExecution()
       at Microsoft.Build.Utilities.ToolTask.Execute()
       at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets
    341 5
    ConsoleApplication1
    This is strange.
    Please help here
    thanks
    regards
    Sobin

    Error 1 error MSB4018: The "CL" task failed unexpectedly.
    System.TypeInitializationException: The type initializer for 'Microsoft.Build.Utilities.FileTracker' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
    See if this thread helps:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/bbe9aa98-42de-4bf8-bce8-8b2ab4fd16ad/msbuild-error-msb4018-with-vs2012-update-1?forum=msbuild
    When in doubt, put some of the key words from the error into your
    favourite search engine.
    Dave

  • Launching VB6 Editor after installing Visual Studio 2013 results in "Please wait while Windows configures Microsoft Visual Studio..."

    I have had various versions of Visual Studio installed beside Visual Basic 6.0 Enterprise for some time with no problems, most recently Visual Studio 2012 Premium.
    I recently installed Visual Studio 2013 Premium, and now every time I open VB6 I get a dialog that says "Please wait while Windows configures Microsoft Visual Studio Professional 2013" that shows a progress bar. After it finishes (30 seconds or
    so), it launches again and again and finally VB6 will open. This happens with each instance of VB6, regardless if I've already done it once and never run VS2013 in between.
    If I cancel the dialog, I get this error message in a dialog: "Error 1712. One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible." Several more "Please wait"...
    dialogs will appear and if I continue to cancel, eventually I'll get the VB6 editor. It appear to work fine despite the error messages.
    It seems to me that the VS2013 installer flagged some dll's or other files to be rolled back whenever starting VB6. It doesn't appear to be necessary, and I'd like to avoid playing the "Please wait" wack-a-cancel-button game before launching each
    instance of VB6 (or waiting several minutes for no reason). So how do I fix this?
    Note: I've seen something similar happen in Outlook on a different PC when upgrading from 2010 to 2013. The same sort of "Please wait"... dialog would appear each time I opened Outlook. Judging by the "similar" questions that popped up when
    entering this forum post, I'd say this is a general problem with upgrading older versions or installing newer versions of major Microsoft software side-by-side.
    /* Don Reynolds */

    I found the answer!
    I was having the exact same issue, and I was search for a solution and I happened across the following thread: http://social.msdn.microsoft.com/Forums/en-US/f4b0fd38-f4f9-41ea-bd8d-834203a175d2/building-visual-studio-2010-project-triggers-please-wait-while-windows-configures-visual-studio?forum=vssetup&prof=required
    Scroll a small bit down, and there is a post by Barry Wang explaining that you need to use event viewer to find out what is missing. Anyway, I opened event viewer, then open VS 6, then hit refresh in the event viewer (under Windows Logs -> Application)
    and saw a warning message from MsiInstaller. It gave me the following message:
    Detection of product '{9C593464-7F2F-37B3-89F8-7E894E3B09EA}', feature 'Visual_Studio_Professional_x86_enu', component '{E3FF99AA-78B9-4A06-8A74-869E9F65E1FE}' failed.  The resource 'C:\WINDOWS\Microsoft.NET\Framework\URTInstallPath_GAC\' does
    not exist.
    I opened an elevated command prompt, I navigated to the C:\WINDOWS\Microsoft.NET\Framework folder and verified that 'URTInstallPath_GAC' didn't exist, and then I did "md URTInstallPath_GAC".
    Closed and reopened VS 6, and it instantly opened - no "Please wait" message.
    Now this may or may not be the same problem you are having (problem is - I have had it happen on two separate computers now with VS 6 and VS 2013 installed), but it should point you in the right direction. In fact, you should be able to use the Event Viewer
    for anytime the "Please wait" message shows up for any application, and then once there find out what is really missing.

  • How many macs can I install Logic studio on?

    Ok so i recently bought my first ever iMac.
    And i installed logic studio on it, but I am considering a Mac Pro because honestly; i love my iMac but i kind of just want this imac for 'personal' things (movies, music, family photos, videos ect.)
    and I want a Mac Pro just for logic and any other PRO apps I buy later on. So i was wondering if anyone can help me with the question i have;
    How many macs can I install Logic studio on?

    It's in your Logic Studio license agreement:
    2. Permitted License Uses and Restrictions.
    A. This License allows you to install and use one copy of the Apple Software on one Apple-labeled desktop computer and one Apple-labeled laptop computer so long as both computers are owned and used by you. This License does not allow the Apple Software to run on more than one computer at a time.

  • How many computers can install logic studio through a serial key?

    Hi,
    I have recently purchased a new mac book pro. I have alredy installed logic on my previous mac. Is it possible to install logic with the same serial key on my new mac?
    On how many computers can we install logic studio using the same serial key?
    Please help asap.
    Thanks.
    warm regards.
    Rohan P.P.

    Hi
    rohanpp786 wrote:
    Hi,
    Is it possible to install logic with the same serial key on my new mac?
    Yes
    The licence details depend on how you originally purchased Logic. The original (DVD) licence allows for you to have Logic installed on 2 computers, provided that you do not use both at the same time.
    The Appstore Licence allows you to install on any computer that you own. See this article for a simple guide
    http://www.macworld.com/article/1157018/appstore_licensing.html
    and this for the gory details:
    http://www.apple.com//legal/itunes/ww/
    CCT

  • While installing HANA studio , i am getting Error

    Hi Experts,
    While installing HANA studio, i am getting Error " Java installation not found" . I have already installed latest JDK, JRE from  www.java.com and also set path PATH.
    I am on Windows 7 , 64 bit.
    Any one have idea how to over come this Error?
    Thanks.

    Hi Tomas,
    I am on windows 7 64 bit. How should i verify if jdk has been installed correctly? how to verify if correct path has been set.
    I am using hdbinst.exe file.
    Here is log entries
    19:02:46.064 - INFO: SAP HANA Studio kit detected.
    19:02:46.064 - INFO: Looking for java installations
    19:02:54.685 - INFO:   Found 1.7.0 64bit in C:\Windows\system32\javaw.exe ($PATH)
    19:03:01.635 - ERR: No proper java installation found (version 1.6 64bit is required)
    19:03:05.137 - INFO: -
    19:03:05.137 - INFO: Checking configuration of installation (dialog Define Studio Properties)
    19:03:05.137 - INFO: -
    19:03:05.137 - INFO:   Looking for java installations
    19:03:05.137 - ERR:   No proper java installation found (version 1.6 64bit is required)
    19:03:05.137 - INFO:   Parameter "TargetRepositoryPath" is not set
    thanks

  • Error while trying to execute program in OBPM Studio workspace

    Hi All,
    I installed OBPM and tried to execute a sample program using workspace. I could see the below error.
    The Process '/SampleProcess#Default-1.0' is not available.
    The Process '/SampleProcess#Default-1.0' is not available. Caused by: Process '/SampleProcess#Default-1.0' not available. Caused by: Engine 'SampleSepVar' cannot process requests.
    The same is the case, when I tried to work on Expense managenenent(the sample application provided by Oracle).
    Can some one help me?
    Thanks in advance
    Lal
    Edited by: Laloo on Apr 18, 2010 8:10 AM

    You're getting this probably because you have errors in your project. Click the "Problems" tab.
    Dan

  • Error while installing Visual Studio Express 2013 with Update 4 for Windows Desktop.

    When I try to install Visual Studio Express 2013 with Update 4 for Windows Desktop, I
    get the error :
    Microsoft Visual Studio Express 2013 for Windows Desktop.The form specified for the subject is not one supported or known by the specified trust provider.
    Here is what I get when I use the File Checksum Integrity Verifier (NOTE: I couldn't find the SHA Hash for the .iso I downloaded)
    // File Checksum Integrity Verifier version 2.05.
    8ab9b5ff10da1c33bb3f088331a7c8d8 vs2013.4_dskexp_enu.iso
    Here is some Extra Information:
    MY OS: Windows Technical Preview x86ANOTHER OS I TRIED INSTALLING VB ON: Windows 7 Ultimate x86
    DOWNLOADED ISO FROM: http://www.visualstudio.com/en-us/downloadsLINK: http://download.microsoft.com/download/9/6/4/96442E58-C65C-4122-A956-CCA83EECCD03/vs2013.4_dskexp_ENU.iso
    LOG FILE: http://m.uploadedit.com/b044/1421425243589.txtSHA HASH OF THE RECEIVED ISO: 8ab9b5ff10da1c33bb3f088331a7c8d8
    ====================================================NOTES:
    #I ran the setup as an administrator.
    #I do not know the SHA Hash for the ISO so please check if it matches the SHA Hash of the actual file.#Please don't recommend to use the Web Installer.#I tried both extracting the ISO and Mounting the ISO to run the Setup.
    Thanks. :D

    Solved.   The ISO is corrupt.
    The SHA 1 Hash of the ISO was 57CF28106EA096758AD6AB909F226A3468D95A49
    and the downloaded one returned 8ab9b5ff10da1c33bb3f088331a7c8d8.

  • Installing ODI Studio and ODI Stand-alone on 64 bit Windows 7

    Can anybody tell me which ODI downloads I need in order to install ODI Studio and ODI Stand-alone on my 64-bit Windows 7 machine?
    I've already created the DB repository with RCU, but I'm having trouble with the ODI installation: I just spent an hour and a half downloading 2.5GB of installers that turned out to be wrong - the SETUP.EXE complained that it was a 32 bit installer and wouldn't work on 64 bit Windows - so I now need to find a 64-bit installer instead (another 2.5GB presumably...). Not sure which of the multiple download options to choose and I don't want to spend all day waiting for the wrong files to download again.
    Looking through OTN and the (typically confusing) Oracle installation docs, there's a load of stuff about using 32-bit JREs on 64-bit Windows to get around 64/32-bit Java problems later on, or lots of stuff about all the Fusion requirements etc. But I don't want the JEE stuff (I already have about 4 different WebLogic installations because every time I install any Oracle "Fusion" stuff it slaps another WebLogic in there as well), and I'm miles away from getting any Java runtime problems with ODI when I can't even figure out the right installer to use for 64 bit Windows.
    Maybe it's just me: every time I try to install any of Oracle's server products (apart from the RDBMS itself), I end up wading through endless lists of cross-linked installation pre-requisites and searching OTN forums for the single secret combination of installer/JDK/JRE/operating system/database character-set/RDBMS version and desperate prayers to minor deities that will permit the installation to go ahead...
    So any help will be gratefully received!

    You will have to download ODI with the download option "for All Platforms" from http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html

  • Installing Logic Studio on an iBook g3?

    I recently purchased an apple i book g3 on ebay, which i plan to use specifically for creating beats and music.. and i also recently came across Apple Logic Studio 8, did some research on it, and it seems like it's just what i need.
    My question is, is it a bad idea to attempt to install Logic Studio on the g3? the minimum requirements for Logic appear to be just a bit more than what my laptop has for me to work with... The iBook i purchased has 900 mhz, 40gb, mac os x 10.4 tiger, those are mainly the only specs i am worried about..
    Just by looking at the numbers i would assume it may not work, but then again i read a few posts from people on other message boards, using basically the same laptop, and installing logic express without any issues.
    Either way ive already paid for the laptop so i am stuck using that for a while, but i REALLY want to get my hands on Logic Studio and work with that as well.. suggestions?

    +logic 7 System Requirements:+
    (pro- and express have the same sys reqs - ES)
    +* Macintosh computer with *PowerPC G4* or faster processor (G5 or dual G4 processors recommended)+
    +* Mac OS X v10.3 or later+
    +* 512 MB of RAM+
    +* 4 GB of available hard-drive space+
    +* PowerPC G5 and Gigabit Ethernet connectivity for Logic Node applications+
    +* DVD drive for software installation+
    +* Available USB port for XSKey (copy protection)+
    +* Low-latency multi-I/O audio hardware and MIDI interface recommended+
    I think you should try to get an earlier Garageband (2.0.2, part of iLife '05):
    http://docs.info.apple.com/article.html?artnum=306338
    Or Logic 6:
    Minimum:
    +Mac OS X 10.2/Mac OS 9.1 or higher+
    +604/250 MHz processor+
    +128 MB RAM+
    +CD-ROM or DVD drive+
    +free USB port for XSKey+
    Recommended:
    +CPU with Velocity Engine support (G4/MP)+
    +256 MB RAM or more+
    +Low-latency audio hardware for software instruments+
    +Multiple I/O audio hardware for Surround+
    +Separate fast hard drive for audio data+
    +MIDI interface, MIDI keyboard+
    regards, Erik.
    MWEBme

  • Need to make space in my Hard drive to install Logic Studio Upgrade

    ok. Here's my problem:
    I have a 1st generation Mac Book Pro. That means 100Gb of storage.
    I've been using it for professional audio recording since then with Logic Pro (6 or 7 I think) and I made necessary upgrades when they were available in both Mac book and Logic. So, now my Mac has 2.16 GHz processor, 2GB memory RAM and is running Mac OS X 10.6.3
    When it comes to Logic, I am in Logic 8, trying to make the last upgrade of Logic Studio but looks like there's no more space available on my laptop. At this point, I moved any other data that I don't need. My Hard drive is almost full of a data that most of it supposedly needs to be replaced or skipped. I'm talking about additional content of audio coming on Jam Pack, etc... The installation program allow me to put some of the data in other hard drives (about 22.68 GB) but still is not enough.
    Is there any way to solve this? May be uninstalling programs and data that later will be installed again with my upgrade? I don't want to make a mess before asking.
    Probably is time to get a new computer. If this is the only option please somebody tell me! but if is not, I refuse to spend the money. My laptop is working fine...
    Thank you
    Fran

    Well, first i would decide what you need the computer for. If you use iPhoto and iTunes, maybe moving the libraries to external HD may free up a significant amount of HD space.
    Also, look for apps you don't need anymore, look for ancient data that can be zipped&archived away. That's a lot of work, but is worth the time, because you get to know what really is on your HD. I have so many small apps&tools lying around on my HD clogging space, but in fact i only used them once or twice in a lifetime, so better delete them.
    BTW: Make sure you have enough space on your HD not only to install Logic studio but have some extra GB's for the OS to shuffle data around. No OS likes a full HD.
    My strong suggestion would to give your Macbook to a trustworthy Mac store where they install a bigger HD and copy everything over to the new one.
    Fox

  • I can�t install Sun Studio 11 in Solaris 8

    Hello!!
    We are trying to install Sun Studio 11 on our Server.
    The server is running under Solaris 8, we install J2SE 1.4.2_10 SDK prior to run the Sun Studio installer, but when we run the installer, it report the following error
    Could not find class during deserialization of the WizardState:java.lang.ClassNotFoundException: com.sun.install.products.Product
    java.lang.ClassNotFoundException: com.sun.install.products.Product
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.util.Hashtable.readObject(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at java.io.ObjectInputStream.invokeObjectReader(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at com.sun.forte.install.tasks.AddChildWizardTask.fetchChildWizards(Compiled Code)
    at com.sun.forte.install.tasks.AddChildWizardTask.perform(Compiled Code)
    at com.sun.wizards.core.Sequence.perform(Compiled Code)
    at com.sun.wizards.core.SequenceManager.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    Could not find class during deserialization of the WizardState:java.lang.ClassNotFoundException: com.sun.install.products.Product
    java.lang.ClassNotFoundException: com.sun.install.products.Product
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.util.Hashtable.readObject(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at java.io.ObjectInputStream.invokeObjectReader(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at install.<init>(ArchiveClassLoader.java:143)
    at install.main(Compiled Code
    Some one has any idea?
    Thank you in advance.
    PD: Sorry for my English, I�am a beginner English student, please be pacient.

    i've installed java 1.5.0b06 and I can install SUN Studio 11 in Solaris 8
    feedback:
    ==========================================================
    # echo $PATH
    /usr/j2se/jre1.5.0_06/bin:/usr/j2se/jre1.5.0_06:/usr/sbin:/usr/bin
    # java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    ==========================================================
    but when i try to install
    ==========================================================
    # ./installer -nodisplay
    Could not find class during deserialization of the WizardState:java.lang.ClassNotFoundException: com.sun.install.products.Product
    java.lang.ClassNotFoundException: com.sun.install.products.Product
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.util.Hashtable.readObject(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at java.io.ObjectInputStream.invokeObjectReader(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at com.sun.forte.install.tasks.AddChildWizardTask.fetchChildWizards(Compiled Code)
    at com.sun.forte.install.tasks.AddChildWizardTask.perform(Compiled Code)
    at com.sun.wizards.core.Sequence.perform(Compiled Code)
    at com.sun.wizards.core.SequenceManager.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:472)
    Could not find class during deserialization of the WizardState:java.lang.ClassNotFoundException: com.sun.install.products.Product
    java.lang.ClassNotFoundException: com.sun.install.products.Product
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.util.Hashtable.readObject(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at java.io.ObjectInputStream.invokeObjectReader(Compiled Code)
    at java.io.ObjectInputStream.inputObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at java.io.ObjectInputStream.readObject(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at com.sun.wizards.core.GenericWizardState.setWizardState(Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(Compiled Code)
    at com.sun.wizards.core.ArchiveReader.<init>(Compiled Code)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at install.<init>(ArchiveClassLoader.java:143)
    at install.main(Compiled Code)
    ===============================================================
    so i am confused or maybe i have to install 1.4.2.10??

Maybe you are looking for

  • IPod Reset Utility virtually useless! endless reset loop

    I say "virtually useless" because once every 30 or so resets- no I am not exaggerating!- it bloody works. I would like to use this thing while I am still young- is there some magic trick to this $#@!! problem? I have the most recent version of iTunes

  • Cover Flow Won't Work!!

    After updating to the new version 7 iTunes, I am not able to use the cover flow function on one of my two computers. The Mesage "iTunes is unable to browse album covers on this computer" comes up. My computer meets all the requirements for processing

  • Meeting Forward Notification issue: server sends multiple MFNs to organizer

    Hi, Exchange 2013 CU7 on Server 2012 R2. We have separated the roles into mailbox server and front end.  Mailbox servers are installed on physical servers, front end is virtualized.  We still have Exchange 2007 SP3 Rollup 10 in the environment but no

  • Error on Syncronize

    <b>Hi all,</b> An error is happening in my application. my net is unstable and nor always I obtain to complete to the synchronization. When I sending one solicitation and happens error, suggests the user to restart the process again. What it happens

  • Thread Pool Executor ( Runnable Class Executing another Runnable Class )

    Hi Folks, I have my main class called ThreadPoolExecutorUser. I have two Runnable classes called XYZ and ABC in ThreadPoolExecutorUser class I execute the Runnable class XYZ. Which inturn executes Runnable class ABC. The problem is that the Runnable