I'm getting the below issue when I try to deploy a report with Dynamic parameters, when I deploy it with static parameters I'm not getting this issue.

I’m getting the below issue when I try to deploy a crystal report with Dynamic parameters in BI Launch Pad, when I deploy the same report with static parameters I can deploy and run it. I have Restarted the BI server, still the issue exitno use. kindly help me on this issue.
“This error occurred: Adding Crystal Report "CrystalReport1.rpt" failed. The server with kind rptappserver returned an error result. Failed to copy the report file to the report object. Refreshing the report object properties might have failed. Failed to read data from report file CrystalReport1. Reason: Failed to read parameter object”.

BO does not run dynamic params through the report as would happen without BusinessObjects (BO) or Crystal Reports Server (CRS).  When you publish a report with dynamic parameters to BO/CRS, the prompt is published to the repository so that it can be accessed through the Business View Manager (which can be installed as part of the client tools).  In order for this to work a couple of things need to happen:
1.  You need to be sure that you check the "Update Repository" box on the Save As screen the first time you publish the report.
2.  Your BO/CRS user needs to have "view" access to the Crystal2013ReportApplicationServer in the Servers section in the CMC - in fact, the Everyone group should be given view access to the server in order for dynamic prompts to work correctly.
3.  In the Business View Manager, the Administrator user needs to give your user, or, even better, a Crystal Developers group full control access to the "Dynamic Cascading Prompts" folder.
Best practice for dynamic prompts in a BO/CRS environment is to actually create the prompts in the Business View Manager.  This will allow you to create a single data connection that can be reused and also create lists of values such that the same list or prompt can be reused by multiple reports.  If you just create the prompts in Crystal, you will end up with multiple data connections to the same database, the prompts will use the whole query for the reports to get the dynamic values instead of just a focused query to the lookup table that contains the values, and there ends up being lots of duplication and chaos.
-Dell

Similar Messages

  • After downloadeding the latest Java plugin, I start to receive "Please configure your browser to allow Java applets to access the filesystem" message when I try to run a download wizard. What do I need to do? BTW, IE does not have this problem.

    I had no problem using a download wizard Java applet to download file to my computer from an SFTP site using Firefox. When I tried to do the same thing with Chrome, I was told to download the latest plugin. Once I did that, I receive the following message when I run the downlaod wizard:
    The Java Wizard cannot run.
    Please configure your browser to allow Java applets to access the filesystem.
    I got the same message using Firefox and Chrome. However, I have no problem using IE to run the same download wizzard. Please help.

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

  • I am getting the below dump error at the time of posting F-02.

    Hi ,
    Can any body help on the below issue .
    I am getting the below dump error at the time of posting F-02.
    Runtime Errors         RAISE_EXCEPTION
    Date and Time          26.08.2009 13:12:09
    Short text
         Exception condition "WRONG_PARAMETERS" raised.
    What happened?
         The current ABAP/4 program encountered an unexpected
         situation.
    Error analysis
         A RAISE statement in the program "SAPLGLT2" raised the exception
         condition "WRONG_PARAMETERS".
         Since the exception was not intercepted by a superior
         program, processing was terminated.
         Short description of exception condition:
         For detailed documentation of the exception condition, use
         Transaction SE37 (Function Library). You can take the called
         function module from the display of active calls.
    Trigger Location of Runtime Error
         Program                                 SAPLGLT2
         Include                                 LGLT2F07
         Row                                     52
         Module type                             (FUNCTION)Line  SourceCde
       22         E_SPLIT+000016(000010) = I_ACCIT-KOSTL .
       23       ENDIF.
       24     ENDIF.
       25     IF NOT i_accit-PRCTR IS INITIAL.
       26       E_SPLIT+000026(000010) = I_ACCIT-PRCTR .
       27     ENDIF.
       28     IF I_BS_FIELDS IS INITIAL.
       29       IF NOT i_accit-PS_PSP_PNR IS INITIAL.
       30         E_SPLIT+000036(000008) = I_ACCIT-PS_PSP_PNR .
       31       ENDIF.
       32     ENDIF.
       33     IF NOT i_accit-SEGMENT IS INITIAL.
       34       E_SPLIT+000044(000010) = I_ACCIT-SEGMENT .
       35     ENDIF.
       36     IF NOT i_accit-PARGB IS INITIAL.
       37       E_PARTNER+000000(000004) = I_ACCIT-PARGB .
       38     ENDIF.
       39     IF NOT i_accit-PPRCTR IS INITIAL.
       40       E_PARTNER+000004(000010) = I_ACCIT-PPRCTR .
       41     ENDIF.
       42     IF NOT i_accit-PSEGMENT IS INITIAL.
       43       E_PARTNER+000014(000010) = I_ACCIT-PSEGMENT .
       44     ENDIF.
       45     E_BALANCE+000000(000004) = I_ACCIT-GSBER .
       46     E_BALANCE+000004(000010) = I_ACCIT-PRCTR .
       47     E_BALANCE+000014(000010) = I_ACCIT-SEGMENT .
       48     E_SPL_PAR+000000(000004) = I_ACCIT-GSBER .
       49     E_SPL_PAR+000004(000010) = I_ACCIT-PRCTR .
       50     E_SPL_PAR+000014(000010) = I_ACCIT-SEGMENT .
       51   ELSE.
    >>>>>     RAISE WRONG_PARAMETERS.
       53   ENDIF.

    Hello,
    I guess, you activated document splitting.
    Please refer OSS note below,
    Note 1295877 - RAISE_EXCEPTION when navigating to Cust. for doc. splitting
    Note 985672 - Subsequently posting FI docs: Runtime error WRONG_PARAMETERS
    Regards,
    Burak

  • While running my app I get the below error  - have different Class objects for the type javax/servlet/http/HttpServletRequest used in the signature

    I am running ATG[10.1.2] app on Jboss [EAP 5.1.0 GA] I am able to open dyn/admin however when I start my app I get the below error
    java.lang.LinkageError: loader constraint violation: when resolving method "atg.servlet.ServletUtil.setSessionConfNumCacheRequest(Ljavax/servlet/http/HttpServletRequest;)Ljavax/servlet/http/HttpServletRequest;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, atg/filter/dspjsp/PageFilter, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, atg/servlet/ServletUtil, have different Class objects for the type javax/servlet/http/HttpServletRequest used in the signature
      at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:215)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at atg.servlet.ForwardFilter.doFilter(ForwardFilter.java:263)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at atg.servlet.ErrorFilter.doFilter(ErrorFilter.java:279)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:446)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310)
      at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:416)
      at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
      at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
      at java.lang.Thread.run(Thread.java:680)
    11:22:47,413 ERROR [[localhost]] Exception Processing ErrorPage[errorCode=500, location=/global/errorPage500.jsp]

    The supported JBoss version for 10.1.2 is JBoss EAP 5.1.2 but I don't think that your issue is caused because of this. Your issue is more of an environmental thing as you are probably getting two different versions getting loaded of class javax.servlet.http.HttpServletRequest and so correspondingly two different Class objects as the error shows. One reason for this could be if you include any server-specific libraries (in present case the Servlet API JAR which contains the class javax.servlet.http.HttpServletRequest) of a different version in the /WEB-INF/lib of your web application. Try removing it from there if so and see if that helps.

  • When I try to sign into iCloud from Windows PC I get the message "You can't sign in because of a server error." When I check the iCloud status, all is Green.

    When I try to sign into iCloud from Windows PC I get the message "You can't sign in because of a server error."  When I check the iCloud status, all is Green.  What is the fix?

    Hi spillgar,
    If you are having issues signing in to iCloud from your Windows machine, you may find the following articles helpful:
    iCloud: Account troubleshooting
    http://support.apple.com/kb/ts3988
    iCloud: If you can’t sign in to iCloud.com
    http://support.apple.com/kb/ph2611
    Regards,
    - Brenden

  • When i update my IOS7 i lost my all pic from my IPAD2 how to get back those pic? and i don,t think so i did kept back up before i did that. can anyone help me for this issue?

    When i update my IOS7 i lost my all pic from my IPAD2 can anyone suggest how to get back those pic? and i don,t think so i did kept back up before i update ios7. can anyone help me for this issue?

    The photo's in your camera roll would be in a backup, if you have one (iCloud or iTunes).  If you did not keep a backup somewhere, they are gone.  Sorry, but that is the way of any data - if you don't have a backup of it somewhere, there is nothing to restore it from.
    All other photo's should be on your computer somewhere anyway - whereever you had them to sync to the device originally.

  • Getting the below Exception after starting the components in JavaES5

    Hi All,
    I have Installed the JES5 "java_es-5_appsuite-windows-x86" on windows and after successfull intsallation and checking the option to start all the components getting the below error in the appserver-->domains-->domain1-->logs-->server.log file
    ===============================
    [#|2008-05-19T22:20:34.562+0530|SEVERE|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|launcher.jvmoptions_exception
    com.sun.enterprise.admin.util.InvalidJvmOptionException: Invalid Jvm Option Files/Sun/JavaES5/appserver/domains/domain1/config/server.policy. Option must start with -.
         at com.sun.enterprise.admin.util.JvmOptionsElement.checkValidOption(JvmOptionsHelper.java:393)
         at com.sun.enterprise.admin.util.JvmOptionsElement.<init>(JvmOptionsHelper.java:280)
         at com.sun.enterprise.admin.util.JvmOptionsHelper.<init>(JvmOptionsHelper.java:69)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.buildInternalCommand(ProcessLauncher.java:545)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.buildCommand(ProcessLauncher.java:414)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.process(ProcessLauncher.java:204)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.main(ProcessLauncher.java:128)
    [#|2008-05-19T22:03:56.125+0530|WARNING|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=16;|ADM1082:Creating the application reference failed - Detailed Message:
    com.sun.enterprise.deployment.backend.IASDeploymentException: Component not registered
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.getRegisteredType(DeploymentServiceUtils.java:973)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.associate(PEDeploymentService.java:232)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.associate(PEDeploymentService.java:276)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.createApplicationReference(ApplicationsConfigMBean.java:652)
         at sun.reflect.GeneratedMethodAccessor218.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:305)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:360)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:235)
         at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
    |#]
    [#|2008-05-19T22:04:03.718+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.deployment|_ThreadID=26;|DPL5109: EJBC - START of EJBC for [guessnumber]|#]
    [#|2008-05-19T22:04:03.718+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.deployment|_ThreadID=26;|Processing beans ...|#]
    [#|2008-05-19T22:04:03.781+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.deployment|_ThreadID=26;|DPL5110: EJBC - END of EJBC for [guessnumber]|#]
    [#|2008-05-19T22:04:03.937+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.deployment|_ThreadID=26;|Total Deployment Time: 4875 msec, Total EJB Compiler Module Time: 63 msec, Portion spent EJB Compiling: 1%
    Breakdown of EJBC Module Time: Total Time for EJBC: 63 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 63 msec (100%),
    |#]
    [#|2008-05-19T22:04:11.437+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.deployment|_ThreadID=26;|deployed with moduleid = guessnumber|#]
    [#|2008-05-19T22:04:11.718+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-added guessnumber]|#]
    [#|2008-05-19T22:04:12.000+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2008-05-19T22:04:12.031+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=16;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/guessnumber]|#]
    [#|2008-05-19T22:04:12.046+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=16;|WEB0100: Loading web module [guessnumber] in virtual server [server] at [guessnumber]|#]
    [#|2008-05-19T22:04:15.734+0530|INFO|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=16;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2008-05-19T22:04:23.593+0530|WARNING|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1082:Creating the application reference failed - Detailed Message:
    com.sun.enterprise.deployment.backend.IASDeploymentException: Component not registered
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.getRegisteredType(DeploymentServiceUtils.java:973)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.associate(PEDeploymentService.java:232)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.associate(PEDeploymentService.java:276)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.createApplicationReference(ApplicationsConfigMBean.java:652)
         at sun.reflect.GeneratedMethodAccessor218.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:305)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:360)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:235)
         at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
    |#]
    =========================================================
    Any suggestions would be greatly appreciated.
    Thanks & regards
    Srikanth

    Solution
    Hi,
    It is what I guessed as the web page explains. The domain.xml file does not recognize any equipment name that has an acute in it. That was my case. So I have changed the name of my equipment and the problem was resolved when I installed the GlassFish again.
    Thanks for all of you about to visit my posts
    See you around,
    Oggie
    PS:
    Here I leave you the tag in the domain.xml that causes the problem,
    <jms-service addresslist-behavior="random" addresslist-iterations="3" default-jms-host="default_JMS_host" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="5" type="EMBEDDED">
            <jms-host admin-password="admin" admin-user-name="admin" host="Jose" name="default_JMS_host" port="7676"/>
          </jms-service>I hope this time you get it like me

  • ICWCinternal server error:with some BP records I am getting the below error

    Hi
    When I am searching for some BP records(in ICWC) I am getting the below error
    500 SAP Internal Server Error
    Error message: Type group was changed at runtime. ( type of termination: RABAX_STATE )
    but with some records search is working successfully(some times I'm not getting the above error)
    Have any idea, regarding the above problem
    Thanks in advance
    Warm regards
    bms

    Duplicate thread :
    Re: I am getting the attached error while bringing up the Prcs Scheduler
    Nicolas.

  • I have just downloaded firefox 3.6.11 and adobe flashplayer update and adobe reader update. Now I cannot get firefox to open. I have tried removing the program but when I try to do that it says that I need to close firefox - but of course it is not open

    I have just downloaded firefox 3.6.11 and adobe flashplayer update and adobe reader update. Now I cannot get firefox to open. I have tried removing Firefox but when I try to do that it says that I need to close firefox - but of course it is not open. I have waited a long time but nothing has happened so I am getting desperate Thanks -- Jerry

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • My Operationsmanager 2007 R2 console keeps crashing and i get the below error.

    My Operationsmanager 2007 R2 console keeps crashing and i get the below error.
    Can any one please help.
    Description:
      Stopped working
    Problem signature:
      Problem Event Name: CLR20r3
      Problem Signature 01: microsoft.mom.ui.console.exe
      Problem Signature 02: 6.0.4900.0
      Problem Signature 03: 4a04f2c6
      Problem Signature 04: mscorlib
      Problem Signature 05: 2.0.0.0
      Problem Signature 06: 5174de33
      Problem Signature 07: 20cd
      Problem Signature 08: 143
      Problem Signature 09: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB
      OS Version: 6.1.7601.2.1.0.274.10
      Locale ID: 1033
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    Gautam.75801

    Most of the time, Reinstalling the SCOM console fix the issue.
    Or maybe this one can help you:
    SCOM 2012 Console Error Microsoft.EnterpriseManagement.Monitoring.Console.exe
    http://blog.scomfaq.ch/2012/12/13/scom-2012-console-error-microsoft-enterprisemanagement-monitoring-console-exe/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • When I try to open a spreadsheet on my Mac that I worked on with my iPhone, I get "You need a newer version of Numbers to open this spreadsheet." When I go to the App store, it says I already have it. I have v. 2.3 and can't seem to download newer version

    When I try to open a spreadsheet on my Mac that I worked on with my iPhone, I get "You need a newer version of Numbers to open this spreadsheet." When I go to the App store, it says I already have it. I have v. 2.3 and can't seem to download newer version.

    If you are running Mavericks, and the Mac App store says you are up to date, then you have Numbers 3.2 as well as Numbers 2.3. You are getting the "Need a newer version message because your Mac is trying to open the document using Numbers 2.3.
    Launch Numbers 3, then open the document from within that app, or right click/control-click the document and choose Open with Numbers 3.x.
    Regards,
    Barry

  • I have issue with my account acutely I can't download any application when I try to downloading any application it show my Apple ID has been disabled ,so please I want to get your usual support.  Beat Regards..

    I have issue with my account acutely I can't download any application when I try to downloading any application it show my Apple ID has been disabled ,so please I want to get your usual support.

    Sweet-jeje wrote:
    ... it show my Apple ID has been disabled ,..
    If disabled for Security Reasons... See here  http://support.apple.com/kb/TS2446
    If not for Security reasons...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I am getting the below error while bringing up the Process Scheduler error

    Hello ,
    I am getting the below error while bringing up the Prcs Scheduler.
    Cannot open message catalog TMADMIN_CAT
    Starting Process Scheduler Server PSNT for Database FSUAT ...
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 752; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    INFO: BEA Tuxedo, Version 8.1, 32-bit, Patch Level 192
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1571; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1570; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 793; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec BBL -A :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 801; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec PSDSTSRV -p 1,600:1,1 -sPostReport -- -C psprcs.cfg -CD FSUAT -PS PSNT -A s
    tart -S PSDSTSRV :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 1685; check TU
    XDIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmboot: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 827; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmshutdown -y
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 753; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 916; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 907; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 936; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 948; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 775; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    Please suggest.

    Duplicate thread :
    Re: I am getting the attached error while bringing up the Prcs Scheduler
    Nicolas.

  • When starting Windows 7 Sync Notifier reports "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." Any suggestions as to how to rectify this issue?

    When starting Windows 7 Sync Notifier reports "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." Any suggestions as to how to rectify this issue?

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

Maybe you are looking for

  • Problem with ResourceBundle in Jar

    Hi, I've written the following class which works perfectly in my program but not when used in the same code but distributed as a Jar file. In this case, only the default locale is used on a "Messages.getString" call, even if I swith the local to Engl

  • Oracle 8i - DataGatherer Service Error

    When installing Oracle 8i, I get Error for DataGatherer Service cannot start. Any idea why? I even tried from control panel to start the service, but failed. The HTTP Server cannot start either. Alina

  • Multiple JVm instances error in iplanet 4.1

    the error message is : info ( 1184): JVM instance has already been created within the process, numVMs=1 I have an NSAPI filter which uses JNI and will create an individual JavaVM. I understand in the process no more than 1 JavaVM shall be initialized

  • Windows SDK for Facial Expression Detection!

    Hi, I am new to Windows SDK, and working on a project that requires to detect facial expressions (mainly sad, happy). I found about Windows SDK, but not sure whether this will suits to my requirements. Can I use it for Facial Expression Detection? Th

  • (Windows) Premiere cs4 with Canon 5D Mark II

    I'm seriously considering buying Adobe's Production Premium, but I am extremely concerned about Premiere's support for the files outputted by my Canon 5D Mark II, h264 .mov 1920x1080p 30fps. I've done a lot of research and it seems as if a lot of fol