Pre-compiled JSPs getting re-compiled by the server

For our project we are using wlappc to pre-compile JSPs and generate EJB classes. We are using the split directory format, so this is what the task looks like -
<target name="appCompile" depends="init" >
<delete dir="${ear.dist}" />
<mkdir dir="${ear.dist}" />
<wlpackage srcdir="${ear.src}" destdir="${ear.build}"
toDir="${ear.dist}" />
     <wlappc source="${ear.dist}" verbose="true" classpath="${classpath}" />
</target>
After this, we are using wldeploy to deploy the application to another server.
This is how the task looks like -
     <target name="beadeploy" depends="init" >
     <wldeploy action="deploy"
          source="${src.dir}/dist/myapp.ear"
          name="myApplication" remote="true"
          user="${deploy.username}" password="${deploy.password}"
          verbose="true" adminurl="t3://${deploy.host}:${deploy.port}"
          upload="true"
          debug="true" targets="${deploy.target}"/>          
     </target>
The problem that I am facing is that, even after re-compiling the JSPs, they get compiled again by the server when accessed for the first time !
We using Weblogic 8.1.2.0. Can you please provide a soplution for this ?

Hi,
The following steps help you troubleshoot why you may be having problems with JSPs recompiling:
1. When invoking jspc, your classpath must contain the same release, service-pack, and any temporary patches as the servers you wish to deploy on. Otherwise, the Server will read the JSPs as being compiled on a different version of the WebLogic, and will recompile them all.
2. You should invoke jspc from the root directory of your open-directory exploded) WebApp or specify -webapp) and use the -d option to deploy the generated classes to the WEB-INF/classes directory. You can then archive these JSP classes into a JAR if you wish from the WEB-INF/classes directory.
3. The JSPs should then be deployed either individually to the WEB-INF/classes/jsp_servlet directory or in a JAR file under the WEB-INF/lib directory.
4. One other thing that could cause JSPs to be recompiled is if the timestamp of the class is different from that of the source.
Also, if your ant classpath is different from whatever WLS-related classpath entries you use to run WLS, this may cause problems, too.
-- Prasanna
Prasanna Yalam

Similar Messages

  • Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

    Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

    Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

  • I'm trying to get onto facetime and I keep getting a message saying the server encountered an error processing registration, can anyone tell me why?

    I'm trying to get onto facetime and I keep getting a message saying the server encountered an error processing registration please try again later. Can anybody tell me what is going on?

    I have read over and actioned ALL recommendations many times over, and still get the Facetime error..! I have reset Host file, looked for iphone certificates, set time/date to auto, checked for suspect DNS entries, cleared caches etc etc. It's become a very fustrating problem. Worked fine for a long time but then suddenly stopped.
    I wish I could find the solution...

  • I recently started using mail and I am always getting "can't find the server or server is busy.  I have AOL what should I do.

    I recently started using mail and I am always getting "can't find the server or server is busy.  I have AOL what should I do?

    Movies are not stored in your iCloud account unless you add them in the theater feature of iMovie version 10.

  • My iphone can not get in touch with the server. What can I do?

    My Iphone can not get in touch with the server, when I am trying to accept terms and conditions. What can I do?

    Possible causes:
    1. Your antivirus is blocking access to gs.apple.com.
    2. Your phone is jailbroken.
    3. Your computer has been used at some time in the past to jaibreak some iOS device (not necessarily the phone with the problem), and its network database was corrupted by the hacking software that was used.
    4. Apple's activation servers are down (very rare, and never for more than an hour or so).
    For 1. try disabling your antivirus.
    For 2. & 3. you need to go somewhere other than an apple forum for help. Although you can try deleting lines containing gs.apple.com from your "hosts" file on your computer.

  • I tried to email pictures from IPhoto for the first time.  I chose to use my Yahoo server but mistakenly entered the wrong password.  Since then, every time I try to email pictures I get a message saying "The server didn't recognize your username/password

    When trying to email pictures from IPhoto for the first time, I chose to use my Yahoo server, but I mistakenly entered the wrong password.  Since then, everytime I try to email pictures I get a message saying "The server didn't recognize your username/password combination".  How can I correct this so I can email pictures using my IPhoto? 

    iPhoto Menu -> Prefences -> Accounts. Delete and recreate your email account.
    Regards
    TD

  • What is this massage in the mail ( can not get mail, connection to the server faild ) ??

    hello sir,
               what is this massage in the my iphone mail ( can not get mail, connection to the server faild ) ??, why tis massage was showed to me and how to solve this problem because it is so annoying for me.
               if this problem solved will showen for me again ?

    Basically the message is saying the phone can't talk to the place where your email is stored for some reason. This could be an incorrect username/password, or some other issues. Follow the steps in this article and see if they help:
    http://support.apple.com/kb/ts3899

  • Problems trying to "hot-deploy" class files in iPlanet. Want to deploy a compiled class (i.e. servlet, jsp) without having to bounce the server. Known issue in iPlanet? How can I get around?

    Currently iPlanet is not allowing us to hot deploy a modified class file(i.e., servlet) as it advertises. It doesn't seem to have a problem with jsp's however. But everytime we modify a servlet(say in an emergency), and wish to deploy, we still have to bounce the KJS. We would like to avoid this if possible. How? I heard this might be a known issue in iPlanet.

    I apologize but this is a clarification of this problem. We are having a problem dynamically reloading java classes that are referenced by jsp's and servlets. The problem DOES NOT exist when trying to reload jsps or servlets themselves. We would like to reload these classes without having to restart the processes. Any thoughts would be helpful. Thanks.

  • JSPs getting re-compiled on every invocation

              Hi,
              We are on weblogic 7.0, solaris 2.8, jdk1.3.1_03. Below is our scenario.
              1. Deploy a JSP say test.jsp. Start the server. Invoke test.jsp.
              The java file is generated and compiled. This is fine.
              2. Stop and Start the server again. Invoke the test.jsp again.
              We find that test.jsp was getting re-generated and compiled
              again. Between 1 and 2 I am sure I did not even do a "touch" on
              test.jsp. What could be the reason? How to avoid it?
              Shiva.
              

              Dropping it in the classpath surely would cause a problem as they would be loaded
              once by the server classloader. Anyway, i shall try with the working dir and let
              you know.
              Thanks,
              Shiva.
              "Vimala Ranganathan" <[email protected]> wrote:
              >
              >Hi,
              >When you restart the server it will recompile the jsp's when you access
              >it.
              >If you don't want this
              >
              >1) Specify a 'WorkingDir' in weblogic.xml which points to the jsp classes
              >
              >2) Precompile your jsp's and place them in the classpath or in a directory
              >which
              >you specify in 'WorkingDir' param.
              >
              >Checkout http://edocs.bea.com/wls/docs60/programming/weblogic_xml.html#1012195
              >
              >Vimala Ranganathan
              >
              >"Shiva Paranandi" <[email protected]> wrote:
              >>
              >>Hi,
              >>We are on weblogic 7.0, solaris 2.8, jdk1.3.1_03. Below is our scenario.
              >>
              >>1. Deploy a JSP say test.jsp. Start the server. Invoke test.jsp.
              >>The java file is generated and compiled. This is fine.
              >>
              >>2. Stop and Start the server again. Invoke the test.jsp again.
              >>We find that test.jsp was getting re-generated and compiled
              >>again. Between 1 and 2 I am sure I did not even do a "touch" on
              >>test.jsp. What could be the reason? How to avoid it?
              >>
              >>Shiva.
              >>
              >
              

  • How to get all users from the server....?

    Hi all,
    in my application i want to get all possible users present in the PORTAL-EP Server
    and set them into the drop down.
    is there need to login in the portal as a admin or other user to get the all users present in the Server.
    Regards,
    Deepak

    Hi! Deepak,
       you can use UME API to get all the users of EP in WebDynpro appl.
    Herewith i am giving you the UME API link --
    <a href="http://help.sap.com/javadocs/NW04/current/um/index.html">http://help.sap.com/javadocs/NW04/current/um/index.html</a>
    i am giving the code also to get all the users from LDAP.
       IPublic<ComponentName>.IUserIDElement userIDNodeElement = null;
    IUserAccountFactory accountFact = UMFactory.getUserAccountFactory();
    MessageManager msgMgr = (MessageManager)wdThis.wdGetAPI().getComponent().getMessageManager();
    try {     
    IUserAccountSearchFilter accountSearchFilter  =  accountFact.getUserAccountSearchFilter();
    accountSearchFilter.setLogonUid("*",ISearchAttribute.LIKE_OPERATOR,false);
    ISearchResult srchRslt = accountFact.search(accountSearchFilter);
       while(srchRslt.hasNext()) {                    
                    userIDNodeElement = wdContext.createUserIDElement();          String uniqueID = (String)srchRslt.next();
         IUserAccount userAccount = accountFact.getUserAccount(uniqueID);
         String LogonUid = userAccount.getLogonUid();
         userIDNodeElement.setCtx_UserID(LogonUid);
         wdContext.nodeUserID().addElement(userIDNodeElement);
        } catch(Exception exc) {
                  msgMgr.reportWarning(umException.toString());
    regards,
    Mithilehwar

  • Getting error while starting the server.

    I am getting the following error while starting the server. Please help
    trc file: "C:\SAP\JP1\JC00\work\dev_jstart", trc level: 1, release: "710"
    sysno      00
    sid        JP1
    systemid   560 (PC with Windows NT)
    relno      7100
    patchlevel 0
    patchno    0
    intno      20063500
    make       multithreaded, Unicode, optimized
    profile    C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile
    pid        2240
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, JM
    arguments :
      arg[ 0] : C:\SAP\JP1\SYS\exe\run\jstart.exe
      arg[ 1] : pf=C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile

    F [Thr 3540] Tue Sep 04 20:55:33 2007
    F  [Thr 3540] SfCJdkConfig::get: JDK home directory is set by profile
    F  [Thr 3540]      Java home: C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F  [Thr 3540] SfCJdkConfig::get: Java VM type is set by profile
    F  [Thr 3540]      Java VM type: server
    F  ********************************************************************************
    F  Java SDK properties (C:\SAP\JP1\JC00\work\jstart.jdk)
    F    root directory    : C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_07-b00
    F    cpu               : x86
    F    java vm type      : server
    F    jvm library name  : jvm.dll
    F    library path      : C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin\server;C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin
    F    executable path   : C:\SAP\JP1\SYS\exe\run\sapjvm_5\bin
    F  ********************************************************************************
    I  [Thr 3540] MtxInit: 30002 0 2
    F  [Thr 3540] JsfCreateShm: ShmCreate(79, 4096, ATTACH) failed (rc = 3 SHM segment doesn't exist)...
    F  [Thr 3540] SfCInstanceManager::newState: starting run level 1.
    F  [Thr 3540] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxshm.c   1909]
    F  [Thr 3540] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: JsfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 349]
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : jstart.exe (pid=2240)
    When      : 9/4/2007 20:55:34.296
    Threads   : 2
    Computer Name       : EMPMXMOBILE
    User Name           : SYSTEM
    Number of Processors: 2
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.1 Current Build: 2600
    Stack Dump for Thread Id dd4
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0006f784 00000000 7c8025cb 00000000 00000604 00000000 ntdll!KiFastSystemCallRet
    0006f7fc 00000000 004385ac 00000000 00000604 00000000 kernel32!WaitForSingleObject
    0006f820 00000000 0044aeee 00000000 0044af27 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    0006fa40 00000000 7c9106eb 00000000 78134d85 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    005b36b8 00000000 00000000 00000000 00000029 00000000 ntdll!RtlAllocateHeap
    Stack Dump for Thread Id dd8
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0172feac 00000000 7c8314a6 00000000 00000674 00000000 ntdll!KiFastSystemCallRet
    0172ff74 00000000 781329b9 00000000 00000000 00000000 jstart!FcaConnection_fcaCloseOutput
    0172ffac 00000000 78132a45 00000000 7c910738 00000000 MSVCR80!endthreadex
    0172ffec 00000000 00000000 00000000 781329df 00000000 MSVCR80!endthreadex

    F [Thr 3540] Tue Sep 04 20:55:34 2007
    F  [Thr 3540] SfCOptions::doExit: goodbye... (exitcode 1, retcode 1)

    Hi Viji,
                It seem's some memory(RAM) problem is strucking, can you try to shut down the OS and try to start the server?
    Regards,
    Hari.

  • How to get info on whether the server is enabled and/or running,

    I'm posting this for a customer who  has been testing the capabilities of Business Intelligence Platform RESTful Web Service.
    We're currently at 4.1 SP2 Patch09. But it seems that we're not being able to get the information that we need. For example a call to http://myBIserver:6405/biprws/infostore/16/children is giving us information about servers such as name or description but  it is not telling us whether the server is enabled and/or running, what is the process ID etc.. The JSON response for the above request is:
    {"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=1&pageSize=50"},"first":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=1&pageSize=50"}},"next":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=2&pageSize=50"}},"last":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=2&pageSize=50"}},"entries":[{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1207"},"id":1207,"cuid":"Aeodv.WAuUhDjuLGQvxTyHw","description":"Adaptive Job Server","name":"PHLBOBIT01.AdaptiveJobServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7581"},"id":7581,"cuid":"AZGIF9vdegFFvk5MZNe._qU","description":"Adaptive Processing Server - Analysis","name":"PHLBOBIT01.APS.Analysis","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/4388704"},"id":4388704,"cuid":"AZL..77cHkhBh1gDQowM.fE","description":"","name":"PHLBOBIT01.APS.AnalysisApplication","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7478"},"id":7478,"cuid":"AYctUCKuCVBHn4oSDhQPQb4","description":"Adaptive Processing Server - Auditing","name":"PHLBOBIT01.APS.Auditing","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7477"},"id":7477,"cuid":"AaEMaMZd2AdMhm8z0qkrTnM","description":"Adaptive Processing Server - Core Services","name":"PHLBOBIT01.APS.Core","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7583"},"id":7583,"cuid":"AVp8Kq3mrYNCrWB83j2PEvQ","description":"Adaptive Processing Server - Data Access","name":"PHLBOBIT01.APS.DataAccess","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7580"},"id":7580,"cuid":"AXWBe54kOCpOg_mbxUr8Ivo","description":"Adaptive Processing Server - Lifecycle Management","name":"PHLBOBIT01.APS.LCM","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7479"},"id":7479,"cuid":"Af7OI9uF6O5JtR9n1oSO0wc","description":"Adaptive Processing Server - Search","name":"PHLBOBIT01.APS.Search","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7582"},"id":7582,"cuid":"AW1EMWgpDfFImvzDF.Iqwik","description":"Adaptive Processing Server - Web Intelligence","name":"PHLBOBIT01.APS.WebI","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/791"},"id":791,"cuid":"AST6mA7FF.VDvrKpYQACO.E","description":"Central Management Server","name":"PHLBOBIT01.CentralManagementServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/3917458"},"id":3917458,"cuid":"Aeo5YKWfzgVKo5DwN4NaG9A","description":"Connection Server","name":"PHLBOBIT01.ConnectionServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/3917459"},"id":3917459,"cuid":"AZ3w6cEAUWlEiB5j6mB0CWw","description":"Connection Server (32-bit)","name":"PHLBOBIT01.ConnectionServer32","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1178"},"id":1178,"cuid":"AaMjzl.x749MhIyS.DEXoY0","description":"Crystal Reports 2013 Processing Server","name":"PHLBOBIT01.CrystalReports2013ProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1247"},"id":1247,"cuid":"AYWI6VC.J8BBvFqSj2JMyyY","description":"Crystal Reports 2013 Report Application Server","name":"PHLBOBIT01.CrystalReports2013ReportApplicationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1172"},"id":1172,"cuid":"AZL.2iX_DXZAspTawsvOhH0","description":"Crystal Reports Cache Server","name":"PHLBOBIT01.CrystalReportsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1281"},"id":1281,"cuid":"AbWBEFGNJGxCjNK1DY2b2yM","description":"Crystal Reports Processing Server","name":"PHLBOBIT01.CrystalReportsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1228"},"id":1228,"cuid":"AVDRV00HfORMkMkl55KMo7c","description":"Dashboards Cache Server","name":"PHLBOBIT01.DashboardsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1264"},"id":1264,"cuid":"ATJuZregTz1Ck3YJY1eMmW4","description":"Dashboards Processing Server","name":"PHLBOBIT01.DashboardsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1184"},"id":1184,"cuid":"ASOm.SrtU7pInQBRZiUewdQ","description":"Event Server","name":"PHLBOBIT01.EventServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7277"},"id":7277,"cuid":"AZDQYV3Q7f5EkTWnc6bSlw0","description":"Explorer Exploration Server","name":"PHLBOBIT01.ExplorerExplorationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7263"},"id":7263,"cuid":"AatQWEVsQdtHj1u2_SidyKM","description":"Explorer Indexing Server","name":"PHLBOBIT01.ExplorerIndexingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7284"},"id":7284,"cuid":"Ab11DBefLJRIuEfZJ5XQ7Wk","description":"Explorer Master Server","name":"PHLBOBIT01.ExplorerMasterServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7270"},"id":7270,"cuid":"AWSPc8Mmv3dDvDBYVSxiiq4","description":"Explorer Search Server","name":"PHLBOBIT01.ExplorerSearchServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1212"},"id":1212,"cuid":"AdePU2NkVzVGkCHc.je2P5k","description":"Input File Repository Server","name":"PHLBOBIT01.InputFileRepository","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1275"},"id":1275,"cuid":"Acxi23qKCy1FiGBoFzBXEtc","description":"Output File Repository Server","name":"PHLBOBIT01.OutputFileRepository","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1258"},"id":1258,"cuid":"AS4fT9dzIuBBv6nFMbdaisA","description":"Web Application Container Server","name":"PHLBOBIT01.WebApplicationContainerServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/5090617"},"id":5090617,"cuid":"AW5jSqL.F1hOtiwZpk5CAZs","description":"","name":"PHLBOBIT01.WebIntelligenceProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6541"},"id":6541,"cuid":"AXn6vPIEispHjYAf5tuaEF8","description":"Adaptive Job Server","name":"PHLBOBIT02.AdaptiveJobServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7588"},"id":7588,"cuid":"AQgPfs_1WhlKvTQl0w1NT2k","description":"Adaptive Processing Server - Analysis","name":"PHLBOBIT02.APS.Analysis","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/4388705"},"id":4388705,"cuid":"ARtodu06Xj5FizlyqZMoV6A","description":"","name":"PHLBOBIT02.APS.AnalysisApplication","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7585"},"id":7585,"cuid":"AT4mRrAirvFPv.LhQkzqN5Q","description":"Adaptive Processing Server - Auditing","name":"PHLBOBIT02.APS.Auditing","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7584"},"id":7584,"cuid":"AdEGqTBYhm5AsYlC1wNGxaQ","description":"Adaptive Processing Server - Core Services","name":"PHLBOBIT02.APS.Core","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7590"},"id":7590,"cuid":"AUrLQ_szs9VMmU84qLOHmfw","description":"Adaptive Processing Server - Data Access","name":"PHLBOBIT02.APS.DataAccess","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7587"},"id":7587,"cuid":"ASUVQFFRAKRFvfQWfJsoIJA","description":"Adaptive Processing Server - Lifecycle Management","name":"PHLBOBIT02.APS.LCM","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7586"},"id":7586,"cuid":"ARcHLmjTRyhMjWn.y_onJxI","description":"Adaptive Processing Server - Search","name":"PHLBOBIT02.APS.Search","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7589"},"id":7589,"cuid":"AY1s2.BeMbxEsF05cYPCLpc","description":"Adaptive Processing Server - Web Intelligence","name":"PHLBOBIT02.APS.WebI","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6301"},"id":6301,"cuid":"AU7SRyRyd1hKgH3TbRF5EYM","description":"Central Management Server","name":"PHLBOBIT02.CentralManagementServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6568"},"id":6568,"cuid":"AYhb6lnbKJFKn4WVnoFVnt4","description":"Connection Server","name":"PHLBOBIT02.ConnectionServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6574"},"id":6574,"cuid":"ARKezeTmhh5Iu4F.7.fvByk","description":"Connection Server (32-bit)","name":"PHLBOBIT02.ConnectionServer32","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6512"},"id":6512,"cuid":"Abv17tsXCStKpnJw7jeTguY","description":"Crystal Reports 2013 Processing Server","name":"PHLBOBIT02.CrystalReports2013ProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6581"},"id":6581,"cuid":"AWwWhkIpwc9CoAybOLeQtog","description":"Crystal Reports 2013 Report Application Server","name":"PHLBOBIT02.CrystalReports2013ReportApplicationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6506"},"id":6506,"cuid":"AQIjnkiIYvROsApDkY24S7Y","description":"Crystal Reports Cache Server","name":"PHLBOBIT02.CrystalReportsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6615"},"id":6615,"cuid":"Ac70E5GxHX9GhnO335_zkpw","description":"Crystal Reports Processing Server","name":"PHLBOBIT02.CrystalReportsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6562"},"id":6562,"cuid":"ATD9BYLbU2xGgL0dQc.HwEY","description":"Dashboards Cache Server","name":"PHLBOBIT02.DashboardsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6598"},"id":6598,"cuid":"Ab1VZJehgWFEkCl0f3EqJNY","description":"Dashboards Processing Server","name":"PHLBOBIT02.DashboardsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6518"},"id":6518,"cuid":"AXpYgpIDDtlLnNzkprKrIK4","description":"Event Server","name":"PHLBOBIT02.EventServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9033"},"id":9033,"cuid":"AUGWvt8N6gREukWGWmmxvHE","description":"Explorer Exploration Server","name":"PHLBOBIT02.ExplorerExplorationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9019"},"id":9019,"cuid":"AQePEipM3nhPsArG5mVbpR0","description":"Explorer Indexing Server","name":"PHLBOBIT02.ExplorerIndexingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/5108034"},"id":5108034,"cuid":"ARZ7obbOLYdIpPx431uK2nI","description":"Explorer Master Server","name":"PHLBOBIT02.ExplorerMasterServer2","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9026"},"id":9026,"cuid":"AZHGDhiY7MpCsMMUqSf3AMs","description":"Explorer Search Server","name":"PHLBOBIT02.ExplorerSearchServer","type":"Server"}]}

    Hi Tom,
    As Anthony pointed out, currently it is not possible to get server details like the server state, PID etc. through BIP REST calls. Only prelimnary information about the infostore object is returned. You would need to use the BIP JAVA SDK to retrieve server details. However, we are in the process of enhancing BIP REST SDK. Can you please raise this on idea place under BIP>>SDK category?
    Regards
    Sumitesh Ranjan Srivastava
    Product Manager, BI SDK & OEMs
    SAP Labs India

  • OEM is not getting started after changing the Server name

    Hello DBAs
    Recently I installed Oracle database 10g on my a windows machine. It was working fine. Integrated OEM was also working fine.
    But now I have changed the machine name. Now Oracle Database has come up after updating the listener.ora & tnsnames.ora files with new server name. But OEM page is not getting open now. I tried after updating the emd.properties and other related file on ORACLE_HOME\sysman folder with the new server name. But no luck.
    In windows services one service named *"OracleDBConsoleDbname"* is not getting started, which could be the issue.
    Can someone please guide me what can be done to fix this problem.
    Thanks
    -Naveen

    Hi Naveen,
    What you are doing is not supported by Oracle. From EM Database Console FAQ (863631.1):
    What action needs to be taken if the hostname or SID of the database server is changed?
    If there is a hostname or SID change for the database server then the database console needs to be recreated. There is no other solution if the hostname or SID is changed other that recreating the database console. All database console configuration files are created under the hostname_sid directory and the configuration files along with the repository keeps reference of the hostname, which is why dbconsole needs to be reconfigured if there is change in hostname/sid.
    Refer : Note.293678.1 How To Reconfigure DB Control After a Hostname, Domain name or Listener Change Has Occurred On The Server
    And take a look at note 278100.1: How To Drop, Create And Recreate DB Control In A 10g Database
    Eric

  • Why do I get a message that the server licence have expried?

    Why am I getting the message that the server licence have expired?

    What are the last things you do (click, selected etc.) before getting the message?

  • When I delete domething on Mac Mail it automatically deletes it on my Yahoo server.  Why and how can I get it left on the server?

    When I delete something on Mac Mail it automatically is deleted on the Yahoo server.  Why and how can I stop this happening and leave it on the server?

    I believe that that is how IMAP accounts are designed to work, if you delete an email from a computer or device then it will be deleted from the server. If possible you could try setting up the account as a POP account in the Mail program and you should then get a 'remove copy from server' tickbox (which will need to be unticked) on the account's Advanced tab in Mail > Preferences.
    I've asked for this post to be moved to the Mountain Lion forum, this is the iPad forum.

Maybe you are looking for

  • Variable Selection Screen Options.....is this poss??

    Variable values can be displayed in Text, Text & Key, Key using the Hammer icon feature. How do I make say only " Text " ( for variables ) as default for all the users ? Message was edited by:         Jr Roberto Message was edited by:         Jr Robe

  • No display when windows boots

    ive installed windows 7 64 bit using boot camp on my macbook air (early 2011). Everything installed and booted normally until I installed the boot camp drivers. After the next reboot I just get a blank screen. Windows loads but at the point you would

  • Problems uninstalling iPhoto 9.5 and installing 9.4.3

    The problem is that I don't want 9.5 due to the removal of the ability to share photos between different computers. Would like to install 9.4.3 on an Air running Mavericks. 1) I downloaded 9.4.3 and try to install it but am informed that a newer vers

  • Bad data from LinOPC server

    I am working on a LabVIEW SCADA system which connects to a Eurotherm DCS using the LinOPC server. After startup, all tags with unchanging values (eg setpoints, booleans) return a default value and bad status in the (LabVIEW 7.1) tagengine. Once the v

  • Error Message RE: needing to re-install itunes...

    iTunes Setup Assistant Warning! The registry settings used by the iTunes drivers for importing and burning CDs and DVDs are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes ok? NO ITUNES! do i have