Prerequisite problem

I have a JSP form which list modules that student can take. Some of these modules have prerequisite and some do not.
In order to successfully register a student, I have a number of requirements e.g. must not be already register; the registration date must not have passed etc.
My problem is in my code logic. For example, when a student selects a module, which does not have a prerequisite, and a module, which has a prerequisite and click on the Register button, an Error.jsp page is displayed because he has not satisfied the prerequisite for the second module.
What the program does is that it registers the first module which dose not has a prerequisite and display the Error.jsp page.
This is confusing for the user because they expect to do the process again and do not know that the first module has been register successfully.
Here is my code
private int enroll()throws SQLException,
IOException, ServletException
// Get the check box values
String checkboxNames[] = request.getParameterValues( "checkbox" );
moduleVector = (Vector) session.getAttribute( "moduleVector" );
//Get the student bean
studentBean = (StudentBean) session.getAttribute( "studentBean" );
boolean isEnrolled = false;
String studentId = studentBean.getStudentId();
int maxModule = Integer.parseInt(studentBean.getMaxModule());
for (int i = 0; i < checkboxNames.length; i++) {
String moduleId = checkboxNames;
// First, make sure that this student is not already
// enrolled for this module, and he/she has never
// taken and passed the module before.
isEnrolled = srsBean.isEnrolledIn( moduleId, studentId );
if (isEnrolled){
session.setAttribute("pre_enrolled", moduleId);
return PREVIOUSLY_ENROLLED;
// Now we make sure that the registration date has not
// already passed
Calendar rightNow = Calendar.getInstance();
int rightNowMonth = rightNow.MONTH;
int rightNowDay = rightNow.DAY_OF_MONTH;
if ( rightNowMonth > Constants.REGISTER_DATE_MONTH ) {
return PASSED_REGISTER_DATE;
}else if( rightNowMonth == Constants.REGISTER_DATE_MONTH ) {
if ( rightNowDay > Constants.REGISTER_DATE_DAY ) {
return PASSED_REGISTER_DATE;
int noModule = srsBean.noModuleEnrolledIn( studentId );
// Now we make sure we don't erroll student on more
// modules that the are allowed to do.
if (!(noModule < maxModule)){
// convert maxModule into string so we can use setAttribute
String max = String.valueOf(maxModule);
session.setAttribute("exceed_max_no", max);
return EXCEEDED_MAX_NO_MODULE;
// if there are any prerequisites for this module, check
// to ensure that the student has completed them.
if ( srsBean.hasPrerequisites(moduleId)) {
Enumeration e = srsBean.getPrerequisites(moduleId);
while ( e.hasMoreElements() ) {
String pre = (String) e.nextElement();
// See if the Student's Transcript reflects
// successful completion of the prerequisite.
if (!srsBean.verifyCompletion(moduleId, studentId)){
session.setAttribute("prereq_not_sat", moduleId);
return PREREQ_NOT_SATISFIED;
// if we made it to here in the code, we're ready to
// officially enroll the student.
srsBean.enroll( studentId, moduleId );
return SUCCESSFULLY_ENROLLED;
How can i fix this problem ?

If you repost the code with &#91;code] tags, and wait more than half an hour, you have reasonable chances of getting help.

Similar Messages

  • Substitution prerequisite problem

    Dear all,
      I try to create substitution for business place and section code when i am trying to create the prerequisite condition in table fields  tab i am not getting the bseg table fields how to add that field details in  to prerequisite details pl try to solve this.
    Thanks
    Girija

    Hi Girija
    When you have created a substitution rule, then a step.  Click on Pre-requisite.  You can do this in two ways.  Technical names or expert mode.
    To change this while in the pre-requisite screen, go to > settings > expert mode
    In the bottom window on the right you'll see the 'structure BSEG.  Double click on that, all the fields can be seen.  Double click on e.g. BSEG-BUKRS , then click on the = sign on the right.  Then click on constant and key in the co.code.  you will then see in the top window:
    BSEG-BUKRS = 'xxxx'
    Kind regards
    Dawn

  • How do I get the new 2013 powershell snap-in

    Is there a way to install just the powershell snap-in for exchange 2013. My group does end user support and needs the tools to create accounts and run our powershell scripts . we don't manage or maintain the server itself.
    In the past we would get the exchange download and during install choose only the management tools which would install the snap-in along with the EMC.
    I understand that the EMC is gone but i still need the snap in and the server install doesn't appear to be readily available for download. I was directed to
    http://www.microsoft.com/en-us/download/details.aspx?id=44022
    which I tried to install there was no option for only the management tools, Someone suggested trying an unattended install with the /roles:t option but that hit a lot of prerequisite problems including trying to update the domain itself.
    All I need is the snap-in is there something I can use to install only that?

    HI AD-Tester,
    For managing and creating account you will need to create and grant admin/management roles to your group:
    http://technet.microsoft.com/en-us/library/dd298183(v=exchg.150).aspx
    Your group then log in to ECP (replacement for Management Console).Logging in to ECP doesnt require anything to be installed,just Internet Explorer or other browsers.
    (Normally ECP link is: https://server.domain.local/ecp )
    For running Exchange powershell,you can use windows powershell ISE then run this:
    $secpasswd = ConvertTo-SecureString "EnterHighlySecurePasswordHere!!!!" -AsPlainText -Force
    $mycreds = New-Object System.Management.Automation.PSCredential ("adm_yourusername", $secpasswd)
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://exchangeserver.domain.local/PowerShell/ -Authentication Kerberos -Credential $mycreds
    Import-PSSession $Session
    You can either run this directly or open notepad,paste in the code and save it as .ps1 file.
    Then run this file in Windows Powershell ISE.
    You will now be able to execute exchange powershell commands.
    I use this regularly and havent failed so far :)
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • Can't access external drive in Lion

    Finally picked up a new Mac Mini to replce my horrible, ghastly Winodws machine I am using as a media server at the house.  The PC had 4 external 2TB drives connected (it's a big library), THREE of which work just fine.  The other drive gives me a "The disc you inserted was not readable by this computer".  Running 10.7, fully updated.  Tried Repair in disc utility, and got:
    Verifying and repairing partition map for “WDC WD20 EADS-11R6B1 Media”
    Checking prerequisites
    Problems were encountered during repair of the partition map
    Error: Some information was unavailable during an internal lookup.
    That's all I got.  The drives were all initialized the same way on the PC, and 3 work fine.  Please help.  Backups are tough here, because the drives are big.

    Same situation here... but I think it's not an Apple Issue.
    I found a problem really similar to this in 2008 with the DNS-313 and the old Leopard O.S.
    Have a look at this thread (in this thread I am "tourniquet"):
    http://forums.macrumors.com/archive/index.php/t-554245.html
    The problem was really similar because with the finder you couldn't navigate but with the terminal (or with muCommander) you had no problem!
    As you can see, the problem was that the Finder couldn't manage the "Unix Extensions" option, set to ON in the Samba Server on the DNS-313 (we had the firmware 1.0 then).
    D-Link solved the issue later, with a firmware upgrade that disabled this "Unix Extensions" option so... couldn't it be possible that now Lion require this option to be set to ON again?!?!
    I will try this evening (10 hours from now, I'm Italian) enabling the unix extensions on the Samba Server of the DNS-313 (gaining an access to the 313 by telnet) and I will let you know if I sort this issue out.
    Greetings
    Dave
    P.S. My "english" *****... sorry...

  • Problem downloading prerequisite files

    I'm trying to install SCCM 2012 R2 on Windows Server 2012 R2.  I get an error during the download prerequisites process on the file msrdcoob_x86.exe saying the hash cannot be verified.
    I can download all of the prerequisites to a Windows 7 computer on the same subnet with no issues. If I copy those files to the server I'm trying to install SCCM 2012 on and run the setup it proceeds to check all of the files and gives an error on the same
    file.
    Does SCCM 2012 R2 work on Windows Server 2012 R2? I've tried Technet and MSDN media and get the same result.

    Hi,
    first let me say, that SCCM 2012 R2 on Server 2012 R2 is working.
    Have you checked for latest updates for your server?
    Have a look at this thread:
    TechNet
    The second last entrie describes your problem...maybe you could try this
    Greetings
    Eric
    Eric Berg -- http://www.ericberg.de -- MCSE: Private Cloud MCSE: Server Infrastructure MCSE: Desktop Infrastructure

  • SCCM 2012 installation problem..prerequisite fails

    Hi there, 
    I am trying to install SCCM 2012 on Server 2012 and its seems that the prerequisite checker fails on 3 checks, all related to SQL. 
    SQL Server service running account
    required SQL Server Collation
    SQL Server sysadmin rights
    And I wonder how exactly the installation of SCCM 2012 is looking for the SQL Server?
    Is it through Active directory? What if i had 4 different SQL Servers. How can he knows where to look his server?
    I do not remember that i entered during the wizard any SQL Server name. 
    I think i am getting those errors because, the installation can't find any SQL Server. 
    I have 3 Virtual machines: 
    1. Server 2012 as DC
    2. Server 2012 as SQL Server 2012 RTM with CU3
    3. Server 2012 as Sccm 2012 R2 x64 
    Any ideas how to troubleshoot this problem?
    Log file
    https://onedrive.live.com/redir?resid=D99573B9FC48B9D4!266&authkey=!AId9aroJCts64AM&ithint=file%2c.log
    Thank you very much
    Amir

    Try removing Use typical installation options for a stand-alone primary site option.
    When using this option, Setup automatically configures the site as stand-alone primary site, uses a default installation path, a
    local installation of the default instance of SQL
    Server for the site database, a local management point, a local distribution point, and configures the site with English and the display language of the operating system on the
    primary site server if it matches one of the languages that Configuration Manager supports.
    http://technet.microsoft.com/en-us/library/gg712320.aspx

  • BizTalk2010 Problem installing runtime prerequisites for AMD64

    I am trying to install BizTalk 2010 Developer on my laptop so I can teach 26 keen students about BizTalk.
    The file BT Server\Platform\Bootstrap\bootstrap64.msi does not install correctly on my laptop. (It works fine on my Desktop computer). Both run Windows 7 64 bit, Both are actually Intel architecture, however, so it is a mystery to me that the installation
    sequence on the laptop refers to AMD64.
    The log file shows the following as the first error, which is a long way into the process (at the end of a section called SxsMsnInstall:
    Error 1935. An error occurred during the installation of assembly 'Microsoft.VC90.ATL,type="win32",version="9.0.21022.8",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64"'. Please refer to Help and Support for more information. HRESULT: 0x8007054F.
    assembly interface: IAssemblyCacheItem, function: Commit, component: {2A030FEB-29B5-314B-97B5-ED38673CC885}
    MSI (s) (24:C0) [21:43:13:438]: Product: Microsoft BizTalk Server Setup Bootstrap Files (x64) -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC90.ATL,type="win32",version="9.0.21022.8",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64"'.
    Please refer to Help and Support for more information. HRESULT: 0x8007054F. assembly interface: IAssemblyCacheItem, function: Commit, component: {2A030FEB-29B5-314B-97B5-ED38673CC885}
    and then there's a lot more of these before it gives up and rolls back.
    I'd really like to install BizTalk on the laptop.
    Help greatly appreciated
    Malcolm Crowe

    It is OK with processorArchitecture="amd64". Nothing wrong.
    Make sure all prerequisites are installed properly. If you cannot find anythin suspicious, I suggest to install BizTalk to the Virtual Machine. It is much simpler way to copy VM to the student computers than reinstall the systems from scratch 26 times.
    Leonid Ganeline [BizTalk MVP]
    Biztalkien blog

  • AIA Installation -  Prerequisites checking problem

    Hi,
    AIA Installer Prerequisites checking:
    It's asking for packages that do not exist in RHEL5 repository.
    Checking for openmotif21-2.1.30-11.RHEL4.4; openmotif21-2.1.30-11.EL5-i386. Failed <<<<
    Checking for gnome-libs-1:1.4.1.2.90-44.1; Not found. Failed <<<<
    Checking for xscreensaver-4.18-5.rhel4.2; Not found. Failed <<<<
    As you can see, I have openmotif21-2.1.30-11.EL5-i386 installed (downloaded from Oracle).
    Looks like it is checking against RHEL4 prerequisites, but this is RHEL5.
    Is it safe to ignore these?
    Best,
    Ali

    Hi Ali,
    yes, i think you can ignore these warnings. We successfully install AIA with the same warnings.
    Greetings from germany,
    Marcel

  • VCM Prerequisite Install Problem

    All,
    I'm trying to install VCM in a two tier configuration with the DB running MS SQL 2012. I've run the setup.exe and selected the Typical Installation option. The checks run and I come up with a few prerequisites that have failed. The first one is the VCM DB server. This is showing as No valid DB instance found. I've tried refreshing the box, entering the hostname as well as the FQDN. The SQL server browser service is also running on the SQL server. I am still not able to see the DB server. When I open SQL Server Mgmt Studio, the db server shows up there. There are no errors in the Event Log.
    Additionally, SQL Server Utilities are installed.
    .Net Framework 3.5 is configured.
    SSRS and SQLXML are not installed at this point.
    Any ideas?

    I was finally able to get VCM installed. I thought the install docs to be lacking on this.
    I never was able to find any log files to help out this. Eventually, I tried the advanced installation (which according to the install guide, is only needed for a 3 tier install). Doing this, I was able to complete the validation, and begin the install. It was at that point that I got the message "The logged in user must be a member of sysadmin fixed server role."  Once the install user was added to the SQL db as an admin and SSRS had been installed on the app server (we were going to use a different location with other SSRS instances) I reran the validation under the "Typical" install.
    At that point the validation came back showing failed for SSRS and locating the database server. Once I clicked the Validate buttton on each, they came back successfully at that time and I was able to proceed with the VCM install.

  • Starting deployment prerequisites: error in BI-Java installation sapinst

    Hi all,
    We are in process updating Bw 3.5 to BI 7.0 we hace sucessfully completed the Upgrade but while installing Bi java thru Sapinst in third step like java instance installtion  i was stck with the below error.
               We have downloaded the Cryptographic file and placed in jdk folder still the same problem is  coming.
    Please suggest...
    Thanks,
    Subhash.G
    Starting deployment prerequisites:
    Oct 13, 2007 2:42:18 AM  Error: Creation of DataSource for database "BWQ" failed.
    Original error message is:
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: Encryption or decryption is not possible because the full version of the SAP Java Crypto Toolkit was not found (iaik_jce.jar is required, iaik_jce_export.jar is not sufficient) or the JCE Jurisdiction Policy Files don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm..
    Stack trace of original Exception or Error is:
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: Encryption or decryption is not possible because the full version of the SAP Java Crypto Toolkit was not found (iaik_jce.jar is required, iaik_jce_export.jar is not sufficient) or the JCE Jurisdiction Policy Files don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm..

    Problem solved  followed the notes 1063396.

  • Installation problem with NW'04 SR1: database connection failed

    Hi all,
    while installing NW '04 SR1 on Windows Server 2003 SP1 and MS SQL Server 2000 SP4 I ran into an error related to the database connection. While performing the step "Load Java Database content" SAPinst crashes with the message
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    The connection to the SLQ Server with e.g. the Query Analyzer is OK. I had a problem with this installation setup before (have a look at the corresponding <a href="https://forums.sdn.sap.com/thread.jspa?threadID=338638&tstart=0">thread</a> ), the JDBC drivers where missing on the installation master but after copying them in the right direction the installation went on with no problem up to this point...
    Has anybody an idea what could have happened here? Is this maybe a problem connected to the one I recently had
    Below I attached the sapinst.log and jload.log with more detailed messages.
    sapinst.log ###########
    INFO 2007-03-12 22:06:24
    Working directory changed to C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST.
    INFO 2007-03-12 22:06:24
    Output of D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' is written to the logfile C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST/jload.java.log.
    WARNING 2007-03-12 22:06:26
    Execution of the command "D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    12.03.2007 22:06:25 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.2007 22:06:26 com.sap.inst.jload.Jload main
    SCHWERWIEGEND: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    ERROR 2007-03-12 22:06:26
    CJS-20065  Execution of JLoad tool 'D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'' aborts with returncode 1. Check 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' and 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.java.log' for more information.
    jload.log ###########
    12.03.07 22:06 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.07 22:06 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    Best regards,
    Bernd

    Hello Kairat,
    Please follow the below mentioned guide to install it.
    Check all the parameters to set and run pre requisite checker before starting installation.
    Keep in mind that before starting any SAP installation you should always run prerequisite checker.
    https://websmp205.sap-ag.de/instguides --> SAP Netweaver -->SAP Netweaver 7.0 -- > Installations --> EHP2
    Regards,
    Amit Barnawal

  • Oracle 10g R2 installation problem in HP-UX Itanium 11.23 64 bit

    platform desc:
    HP-UX 64 bit Itanium 11.23
    Oracle 10.2
    I fulfill all the prerequisites (environment setup, kernel parameter update properly, user/group creation properly).
    But while i'm starting the ./runInstaller then I got error which i cant define whats the problem.
    {font:'Courier New'}{color:#4f81bd}$whoami{color}{font}
    {font:'Courier New'}{color:#4f81bd} oracle
    {color}{font}{font:'Courier New'}{color:#1f497d} {color}{font}
    {font:'Courier New'}{color:#1f497d} {color}{font}
    {font:'Courier New'}{color:#4f81bd}$ ./runInstaller{color}{font}
    {font:'Courier New'}{color:#4f81bd}Starting Oracle Universal Installer...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking installer requirements...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking operating system version: must be B.11.23. Actual B.11.23{color}{font}
    {font:'Courier New'}{color:#4f81bd} Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking swap space: must be greater than 250 MB. Actual 4095 MB Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking Temp space: must be greater than 250 MB. Actual 2527 MB Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}All installer requirements met.{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Preparing
    to launch Oracle Universal Installer from
    /tmp/OraInstall2009-01-27_01-38-40PM. Please wait ...$ Unhandled signal
    occurred at 0x60000000c7c66780{color}{font}
    {font:'Courier New'}{color:#4f81bd}SIGSEGV 11* segmentation violation{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_signo [11]: SIGSEGV 11* segmentation violation{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_errno [0]: Error 0{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_code [2]: SEGV_ACCERR [addr: 0x0]{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Aborting...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}****************{color}{font}
    {font:'Courier New'}{color:#4f81bd}Another exception has been detected while we were handling last error.{color}{font}
    {font:'Courier New'}{color:#4f81bd}Dumping information about last error:{color}{font}
    {font:'Courier New'}{color:#4f81bd}ERROR REPORT FILE = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}PC = c7c66780{color}{font}
    {font:'Courier New'}{color:#4f81bd}SIGNAL = 11{color}{font}
    {font:'Courier New'}{color:#4f81bd}FUNCTION NAME = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}OFFSET = 0xFFFFFFFF{color}{font}
    {font:'Courier New'}{color:#4f81bd}LIBRARY NAME = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}Please check ERROR REPORT FILE for further information, if there is any.{color}{font}
    {font:'Courier New'}{color:#4f81bd}Good bye.{color}{font}
    Pls help...
    Shafiul.

    A simple search on metalink....
    Oracle Universal Installer Terminates with SIGSEGV 11* Segmentation Violation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=155649.1
    Note 43507.1 ALERT:HP-UX: Patch Levels Advised

  • 11gR2 installation problem on Windows XP

    I use my laptop (Windows XP S2, with 2 GB RAM), name 'L3-ACH9M'.
    I login company network. From user account property, my account Group Member is others 'Administrator' (complete and unrestricted access to the computer/domain).
    I installed Oracle 11g R2 'personal' option. Failed on every pre-requisite check on my laptop computer.
    Here I just list Memory Check failed error.
    Physical Memory - This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.
    Expected Value      : n/a
    Actual Value      : n/a
    List of errors:
    -      PRVF-7531 : Physical memory check cannot be performed on node "L3-ACH9M"
    - Cause: Could not perform check of physical memory on the node indicated.
    - Action: Ensure ability to access the node specified and view memory information.
    Any assistance will be highly appreciated.

    Scot Krause wrote:
    This is a tough one. I had an SR open for a while and finally got this solved.
    1) The workstation service must be present and started. For whatever reason, I did not have this service available, so I had to install.
    2) Make sure you are on either a static IP address or the microsoft loopback adapter. I STRONGLY recommend a static IP address, as doing so will make life a lot easier later when you try to start OEM DB control (for whatever reason, OEM does not like the microsoft loopback adapter). I took my laptop home, put my laptop on a static IP address over wireless, and this problem (plus my never ending OEM problems) disappeared.
    3) Delete all unnecessary files in your temp directory (usually c:\temp).
    I made these 3 changes, and I went from 100% failure to 100% success.Good for you and thanks for posting.
    4) There is one other: make sure that none of the proposed ORACLE directories has a space or tab in the directory path.

  • Netweaver 2004s installation problem on Windows: Oracle 10G

    Hi Friends,
    I would like to install Netweaver 2004S(with usage types AS ABAP, AS JAVA, BI, BI JAVA, EP & DI) on a server which has Windows 2003 server OS running on it.
    The server has 6GB RAM and has 5GB of free space on C: and a free sapce  of 60GB on H: & 50GB on I: respectively.The database that is to be used is Oracle 10g.
    Do I need to install first SAP solution manger 4.0 on this or Can i proceed with Netweaver  2004 S installation???
    I am installing a central system.
    First I tried installing SAP solution manger 4.0 on this system and it went successfully. Now when i am installing Netweaver 2004s on the same machine, during installation I am asked whether to "install a MCOD or create a new database for this installation".
    I chose Install MCOD and proceeded  further with Installation. But my installation is taking a lot of time while executing the service :"Creating database schema". The message which i get on status bar is " Removing schema user SAPSR3" and the status remains the same.
    Have any of you faced this problem ? Please let me know how you have proceeded further.
    Before starting the installation  one of the prerequisites " SWAP SPACE VALUES" for installation was not satisfied by my system  and even then i proceeded with the installation.
    Is it because of this SWAP space problem , my intsallation is strcuk?? or what could be the reason fo this?
    Thanks
    Diwakar

    Hello Diwakar, 
    If you are just installing NW2004s then it is not mandatory to install Solution manager.
    To increase the swap space --
    Right click my on computer ->Select Properties -> Click Advanced Tab ->Click Settings (performance) -> Select Advanced Tab -> In virtual memory -> Change
    you canIncrease swap space/page file here.
    Do not install the system as MCOD, make the seperate database.
    Do revert for further doubt.
    Best Regards,
    Sachin.

  • SharePoint Foundation 2010 Installation Problem in Windows 8.1

    Hello,
    I have tried to install Sharepoint and while installing sharepoint prerequisites i am getting the error for the IIS "The Tool was unable to install Application
    Server Role. Web Server(IIS) Role.". I have attached the screen shot for the same. When i have search for its solution then it showing me to run MMC and prompted me to Add  snap-in "Group Policy Object Editor" from there. But i am not getting
    that option so not able resolve the error. Also i have tried to find out the file "gpedit.msc", there might be some issue related to window 8.1 operating system. I am not able to proceed with the further installation. Can you please guide me for
    this issue?
    Thanks

    A developer install of SharePoint 2010 is not supported for Windows 8.1.  Changes in the underlying IIS server make it very difficult.  But I have a BLOG post on how to install it in Windows 7 here:
    http://www.dontpapanic.com/blog/?p=96
    And here's a BLOG post about what you need to do differently for Windows 8.  I'm pretty sure that should still work for Windows 8.1.
    http://johnlivingstontech.blogspot.com/2011/09/installing-sharepoint-2010-on-windows-8.html
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for