Error at my calculator application

this is what I have so far, and i keep getting the errors (which i posted down the bottom, can someone help me out?:
public class Calculator
public static void main(String[] args)
String another = "y";
     while(another.equalsIgnoreCase("y"))
     System.out.println("Enter 1st number: ");
     int number1 = Keyboard.readInt();
     System.out.println("Enter operator (+, -, * or /): ");
     int op = Keyboard.readInt();
     System.out.println("Enter 2nd number: ");
     int number2 = Keyboard.readInt();
public void makeCalc()
int result;
     switch(op)
     case '+':
     result = number1 + number2; //Does addition
     break;
     case '-':
     result = number1 - number2; //Does subtraction
     break;
     case '*':
     result = number1 * number2; //Does multiplication
     break;
     case '/':
     result = division; //Sends to private int division
     break;
     default:
     System.out.println("Wrong operator; " + op + "use +, -, *, or / functions");
     int num1 = Keyboard.readInt();
     return(result);
     System.out.println("Another calculation? (y/n) ");
          another = Keyboard.readString();     
private int division()
     if(number2 == 0) //testing division; does not allow divide by zero
     System.out.println("Error you can not divide by zero");
     another = Keyboard.readString();
     else return(number1/number2);
and i get the following error:
Calculator.java:26: illegal start of expression
public void makeCalc()
^
Calculator.java:71: ';' expected
^
2 errors

Check your braces {}: you start blocks that you forget to close.
As you have code after a return statement, you have dead code too.
/Stephane

Similar Messages

  • I think I found a problem with the calculator application.

    I'm a south korean highschool student and I think I found a problem with calculator application. I use iPod touch 4th generation with iOS 5.0.1. I was playing with calculator app and I found out that 0.1!(factorial) is 0.951350769866873. This can't be right bacause factorial calculation can only be definrd whan n is natural number or 0(in n!). I want apple to correct this error.
    And if you are someone working with apple, please let me know the algorithm of factorial calculation(if possible). I would be grateful if I can have a chance to study the algorithm and find out what made 0.1! possible.
    so question.
    do anybody know how to send an email to apple? I tried but I couldn't find the address.

    Apple doesn't dialogue with users via email the way you want, but you can report such problems to them via
    http://www.apple.com/feedback/
    But in this particular case you should be aware that factorial can in fact be done for non-integers:
    http://en.wikipedia.org/wiki/Factorial#Extension_of_factorial_to_non-integer_val ues_of_argument

  • Silencing the HP15c calculator application: anyone know how?

    I have the official Hewlett-Packard 15c calculator application. Does anyone know how to silence it? Everytime I press a key, it is so loud.
    I know that I can hit the side ringer on/off switch, but I want to leave my ringer on. I also know I can put headphones on, but then it clicks through the headphones.
    I've looked in the application settings both inside the application (tilt to landscape, then hit the menu key) as well as in the general iPhone settings area (no HP 15c selection).

    Thanks, Mort, I tried that, but it didn't work...maybe because I was already in the highest resolution?
    I saw advice to someone whose itunes window was too large. They suggested applescript code:
    tell application "Adobe Illustrator"
      set bounds of window 1 to {296, 97, 1394, 996}
    end tell
    I replaced iTunes with illustrator, but got an error message:
    Adobe Illustrator got an error: Can’t set window 1 to {296, 97, 1394, 996}.
    thanks!

  • HPCM Error(During the calculation cube i am getting the error)

    Dear All,
    I am working with HPCM 11.1.1.3. While deploying the calculation cube, i am getting the below error.
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: error setting measures dimension member properties
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: building Dimension and hierarchy failed
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: createOutline failed with CubeGenerationException
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.service.CubeDeployer:
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob: Error deploying cubes
    com.hyperion.profitability.business.service.ServiceException: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:70)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         ... 3 more
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    Please guide me in this situation.
    Thanks,
    Lakshmi

    Hi Can anybody please look into this .We are getting below error while deploying HPCM application in Essbase. We made changes in registry files still we are facing the same error.
    2011-01-11 20:13:00,303 [Thread-24] WARN com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: Can't close outline
    com.essbase.api.base.EssException: Cannot close cube outline. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.closeOutline(Unknown Source)
         at com.essbase.server.framework.EssOtlConnectionContext.close(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.closeOutline(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.closeOutline(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.closeOutline(CubeGenerator.java:449)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:428)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    2011-01-11 20:13:00,303 [Thread-24] ERROR com.hyperion.profitability.business.service.CubeDeployer:
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createPOVDimensionAndMembers(CubeGenerator.java:593)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:392)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: November
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionMemberAndSetProperties(CubeGenerator.java:1298)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1143)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot set member information. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.metadata.EssMember.updatePropertyValues(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:449)
         ... 10 more
    2011-01-11 20:13:00,303 [Thread-24] ERROR com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob: Error deploying cubes
    com.hyperion.profitability.business.service.ServiceException: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:70)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createPOVDimensionAndMembers(CubeGenerator.java:593)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:392)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         ... 3 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: November
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionMemberAndSetProperties(CubeGenerator.java:1298)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1143)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot set member information. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.metadata.EssMember.updatePropertyValues(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:449)
         ... 10 more

  • I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    Let's see if a more rigorous uninstall/reinstall procedure gets us past that, nancy. See the following troubleshooting document:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • Error while running web application through JDEV (10.1.3.0.3) in OC4J

    Error while running web application through JDEV (10.1.3.0.3) in OC4J.
    Here is the error message.
    07/10/02 14:45:28 Exception in thread "OC4J Launcher" oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: javax.xml.bind.JAXBContext
         Dependent class: com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl
         Loader: oc4j:10.1.3
         Code-Source: /C:/jdev/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    07/10/02 14:45:28      at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2073) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1681) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1633) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1618) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl.init (InternalSettingsORBConfigImpl.java:46) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.config.SunRIORBConfigImpl.init (SunRIORBConfigImpl.java:97) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.iiop.server.IIOPServerExtensionProvider.configureOrb (IIOPServerExtensionProvider.java:26) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl.preInitApplicationServer (ORBServerExtensionProviderImpl.java:45) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.serverExtensionPreInit (ApplicationServer.java:1031) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:861) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:98) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]

    Hi,
    The guide you were refering was pointing to 10.1.2 wizards.
    For the latest 10.1.3 tutorial, please follow the below tutorial link :
    http://www.oracle.com/technology/products/jdev/101/tutorials/WS/WSandAScontrol.htm
    Hope this helps,
    Sunil..

  • Error while assigning an application to a user

    Hi All,
    I am new to Oracle Database Lite. I have created a new user and i want to assign a Sample application which comes while installing the mobile server. But while assigning the Sample application to a user through the application page, i got "ERROR: VIRTUAL PATH IS NULL" and when i wanted to assign the Sample application to a user through the user page, i got "Error in executing " Save application ":oracle.lite.web.resource.ResourceException: CONS-10050: Rollback failure: java.sql.SQLException: Io exception: Connection reset by peer: socket write error "
    So can any one help me how to resolve this error so that i can assign the application to a user?
    Any help is welcomed.
    Shrikant

    Thanks Scott. I've also been looking for a pattern of consistency that would point to the cause of the problem but have been unable to find one. I was hoping that others may have experienced the same error and could help to shed some light here.
    I dug around some and found that the wwv_flows_alias_idx constraint is a unique index on the alias and security_group_id columns of wwv_flows. My application has an alias that is the same for all installations so I thought that somehow a previously used value for security_group_id was being generated causing the unique constraint violation. Can you tell me how that value is generated during the install process? Is it some sort of hashing function?
    Thanks

  • How can we define custom error page in protal application

    How can we define custom error page in protal application, like we define "jsp Error page " in JSPs

    Hi,
    Check these:
    Customization of Portal Runtime Errors and portal standard error codes
    http://help.sap.com/saphelp_nw04/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/1273b2c413b2449e554eb7b910bce7/frameset.htm
    Regards,
    Praveen Gudapati

  • Had this error msg in my application log:

    Had this error msg in my application log:
    [21/Feb/2002 10:16:20:7] info: REQ-012: thread add
    [21/Feb/2002 10:16:20:7] info: REQ-012: thread add
    [21/Feb/2002 10:16:20:7] info: ENGINE-ready: ready: 10820
    BASEURL: https://ssunp03.company.com:8081
    strURL: https://ssunp03.company.com:8081/cgi-bin/gx.cgi/AppLogic+EventServerManager
    EventServerHttpInvocation > java.net.MalformedURLException: unknown protocol: https
    **Out of memory, exiting**
    ld.so.1: /pimcreg5/imc/nas/40sp3/nas/usr/java/bin/sparc/native_threads/jre: fatal: /pimcreg5/imc/nas/40sp3/nas/us
    r/java/lib/sparc/native_threads/libjava.so: mprotect failed: Resource temporarily unavailable
    Killed
    Connected to LDAP server on ssunp03.company.com port 1390
    [21/Feb/2002 02:42:49:1] info: ENGINE-class_loader_created: New class loader com.kivasoft.engine.EngineClassLoade
    rNonVersionable@1c14d67f has just been created
    Can anyone share with me his experience about ld.so.1?? What is it and why does it cause my apps server to reboot?

    It looks like you might simply have run out of memory. It just looks like the JRE tried to adjust its memory map and run out space. When mprotect fails the problem probably isn't with the .so itself.
    What are the memory characteristics of your machine? Including the heap and stack space that you allocate for your JVM, as well as the actual physical and swap space available on the server.

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Getting error like "Error in portal_sso_redirect: missing application registration information" while trying to run application using Oracle SSO

    Hi All,
    I am trying to implement SSO authentication for my APEX application. I have registered the application as a SSO partner application.
    I have set the authentication scheme to Oracle Application server Single Sign On.
    When i run the application i am getting the below error.
    Error in portal_sso_redirect: missing application registration information: p_partner_app_name:g_listener_token:HTML_DB:ofss220104.in.oracle.com:5050Please register this application as described in the installation guide.
    Please help me to resolve this.
    Thanks and Regards,
    Suhas

    Suhas,
    After you registered your application as a SSO partner application did you use the information from Oracle SSO (home URL, success URL, Logout URL, app_name etc) and loaded it into the APEX_SSO schema using the regapp.sql script from the ssosdk?
    Step 4 of http://www.oracle.com/technetwork/testcontent/sso-partner-app-100552.html#INSTALL
    Ricker

  • Error in portal_sso_redirect missing application registration information:

    Hi,
    I am getting the following error message, when i run any of my APEX Page. Please help me to resolve this issue.
    Error in portal_sso_redirect missing application registration information:
    p_partner_app_name:g_listerner_token:HTML_DB:stbp5.oracle.com:80
    please register this application as described in the installation guide.
    What is the issue? What is the fix for that?
    Regards
    Balaji S

    Suhas,
    After you registered your application as a SSO partner application did you use the information from Oracle SSO (home URL, success URL, Logout URL, app_name etc) and loaded it into the APEX_SSO schema using the regapp.sql script from the ssosdk?
    Step 4 of http://www.oracle.com/technetwork/testcontent/sso-partner-app-100552.html#INSTALL
    Ricker

  • I am trying to install itunes on my pc again but keep getting an error that says'apple application support was not found. try reinstalling itunes.' error 2

    I am trying to install itunes on my pc again but keep getting an error that says'apple application support was not found. try reinstalling itunes.' error 2.
    We have had itunes on this pc for 2 years and recently it wouldn't open and another error message kept popping up saying it couldn't open because MSVCR80.dll was missing. I have unistalled the apple programs and tried reinstalling several times but to no avail. Hopefully my music library is not gone. Any Ideas out there?

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.  I have re-installed, SO many times and I still cant open iTunes.

    Hi Support,
    I am becoming anxious because no matter what I try it doesnt seem to allow me to open itunes.
    Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.
    I have re-installed, SO many times and I still cant open iTunes.
    Please help!!

    Click here and follow the instructions.
    (98888)

  • TS3276 Can't open web addresses from an email-get an ERROR message saying-no application could be found

    Can't open web addresses from an email-get an ERROR message saying-no application could be found

    Hi, I had the same problem. I finally figured it out. Plug in the USB cord to your ipad, but beofre plugging it into your computer make sure your ipad is not in the locked or sleep mode. Once I did this, my photos showed up and started downloading. Hope that helps you!

Maybe you are looking for

  • The SDK have no C# Sample to create a new PDF-Document

    I have Acrobat Pro XI installed. I have about 100.000 single pages of tif-files. The number of single pages which belong to one document are variable. Now I want to write a Programm in C# using .NET Environment to convert this to pdf. Thanks for help

  • How to select the correct routing for production order?

    In table PLPO i have 4 different group numbers for a particular routing. I'm wondering how a production order, created in CO01, selects which one to use. Our base quantity is dz/hr. When I create an order for a particular material, it shows up as 290

  • Can't import photos from flash drive

    When I try to import photos from a flash drive, the images do not stay in the Library -- the next time I open iPhoto, I can see the photos but when I try to edit them, I get a screen prompt that the "source is unavailable - can't access the JPEG". To

  • BC4J/JSP: Missing navigation values in table tag

    We are using BC4J view objects, overriding the native functionality of the view object to call PL/SQL APIs plus JSPs with UIX/Cabo tags to render output for BC4J. Within the JSP the dataSource/view object rangesize is set to 6 and we are using the ta

  • I can't get sound when I record video

    I can't get sound when I record video