Reports server: cannot start stand-alone servers

I have 9iAS 9.0.2.0.1 on RedHat Linux AS. When I try to create/start a new reports server (using rwserver.sh), I get "REP-50001: Server is initializing", but it never starts. My in-process server works, but I can't create any additional servers.
I've made the changes suggested in MetaLink Doc ID 214310.1. But, I still cannot start a stand-alone server.
Any help is greatly appreciated.

The problem was with vncserver. Once I started it with
"vncserver :15 -nolisten local -httpd ${VNC}/classes -cc 3", it started up.

Similar Messages

  • How to manage coherence stand-alone servers

    I have some qustions about the management of coherence stand alone servers:
    1) Is there a command to stop in a controlled way a server? (now we kill the server process )
    2) Is there a way to monitor the server execution in order to catch problems or errors
    Thanks in advance

    Hi Giancarlo,
    1) Is there a command to stop in a controlled way a
    server? (now we kill the server process )This is one way to do it. I also think you can use JMX to call CacheFactory.shutdown() (i.e. graceful) prior to killing the JVM.
    2) Is there a way to monitor the server execution in
    order to catch problems or errorsWhat errors are you seeing? Really you should not see any at the Cache Server level.
    Take a look a the new Coherence Management Framework (JMX) included in the Coherence 3.0 pre-release.
    Later,
    Rob Misek
    Tangosol, Inc.

  • The report server cannot open a connection to the report server database

    I have SQL server installed to I can connect to RS using my domain/user account. However, when I try to go to http://<machine_name>/Reports/Pages/ReportViewer.aspx, I get error as
        * The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get Online Help
              o Login failed for user '<machine name>\ASPNET'
        * I also noticed that after I installed RS,I do not see reports folder under C:\Inetpub. This folder does not exist, I manually created reports virtual folder in IIS and liked it to  C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer
        * Thsi is obviously permissions issue and I missing something so your help will be really appreciated.
    During installation, I always specified user as domain\user.
    Thanks

    Hi NewToReporting,
    From you descriptions, I know you have tow questions: 1.Why the SQL Server Reporting Services does not create virtual directories in the wwwroot? 2. Why the error "A connection to the database is required for all requests and processing" happen? If I have misunderstood, please do not hesitate to let me know.
    One of the changes in SQL Server Reporting Services 2008 is the removal of the Internet Information Services (IIS) dependency. So, we won't see report server virtual directories in the wwwroot folder.
    The second problem is caused by the user '<machine name>\ASPNET' does not have permission to login the SQL Server database "Reports".
    To solve the issue, please follow these steps:
    1.Open SQL Server Reporting Services Configuration Manager(Start - All Programs - Microsoft SQL Server 2008 - Configuration Tools)
    2.Go to "Database" tab.
    3.Click "Change Credential"
    4.In the coming dialog, fill the textboxes with this information(some textboxes are not modifiable )
    Server: <the server name of the report server catalog database>
    Authentication Type: Current User - Integrated Security (This will use the user we are login to connect to the database server.)
    UserName:(If selecting "Current User - Integrated Security", this textbox is not modifiable. )
    Password:(If selecting "Current User - Integrated Security", this textbox is not modifiable. )
    5. Click Next
    6.In the coming dialog, configure the following information:
    Authentication Type: Service Credential(This will use the user the reporting services running under to connect to the report server catalog database. The user is the one we configured in "Service Account" tab)
    UserName:(If selecting "Service Credential", this textbox is not modifiable. )
    Password:(If selecting "Service Credential", this textbox is not modifiable. )
    7.Click Next to confirm the information.
    8.Click Next to apply.
    This will auto add the user  '<machine name>\ASPNET'  to login group, set this user to be the owner of report server catalog database, and also give this user "RSExce" role.
    Now, we are able to connect to the report server.
    For more information, please see:
    Why Leave IIS: http://blogs.msdn.com/bwelcker/archive/2007/12/04/everybody-why-leave-iis.aspx
    Configuring a Report Server Database Connection: http://msdn.microsoft.com/en-us/library/ms159133.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin ChenJin Chen - MSFT

  • AP log got Connection lost to WLCCP server, changing to Stand-Alone Mod

    Our customer has about 200 Autonomous APs(Version=c1200-k9w7-tar.123-2.JA2),WLSM(Maintenance img(1.1(2)),Application img=12.2(15)XR2), Sup720 IOS=s72033-jk9o3sv-mz.122-18.SXD3.bin.The static WDS point to WLSM,somme of AP will fail with log"Connection lost to WLCCP server, changing to Stand-Alone Mode".
    Any ideas about solutions on this?

    You will receive this error message if the AP loses its connectivity with the WDS. This can happen if the radios are flapping, as well as if there are problems with authentication / registration with WDS. If the AP is powered using POE, please ensure that you configure the proper poe support on them. Also check if authentication is happening correctly. Debugs on the AP and the logs on the AAA server will help troubleshoot this issue.

  • Multiple LV instances, web server cannot start, port already in use

    Hi there,
    I have a general question about webserving VIs in case either
    a) multiple instances of the LV development environment are running (this is possible in windows XP for instance when "switch users" is allowed and each user launches LV)
    b) multiple compiled LV executables are run by the same user
    c) any mixture of the two above
    I have an application case when either of the three above would be a very good solution, was not for the problem encountered. Say, b): the user is given two deployed executables, and can decide to run either or both concurrently. Moreover, I want these applications to be visible on the web, so they are compiled with the webserver turned on, default settings.
    The problem I've seen (LV8.5.1, winXp for sure, but I think I've seen it as well in linux and other versions as well) is that each new instance of the LV engine tries to get hold of the tcp port (default 80), so that all instances beyond the first complain about "The Web Server cannot start. Is the Web Server port already in use?"
    While I can understand the origin of the message, and found some posts on the forums somehow related to it, I don't like it too much. 
    I could think only of two workarounds here: 1) set different web server ports for each LV instance, and instruct the remote users to direct their browsers to a webserverort link to access each VI; 2) run all the applications from the same instance of the LV dev system. The latter is not so convenient for me, due to conflicts in global VIs between all instances of the applications [compiling executables IS a way to privatize memory spaces in this case, AND global variables are imho well justified for the fairly complex application I have in mind here].
    Is there a third, more elegant solution perhaps, which I'm missing?
    Thanks, Enrico

    NathanK wrote:
    What is it in particular that you dislike about the message?
    How would you like LabVIEW to behave in this case?
    No problem with the message, but I'd just be very happy if a single
    web server would serve all my instances of the executables on the same
    port. I.e., if 2.exe is open and wants to start another server on the
    same port used already by 1.exe, then 2.exe becomes served by the
    server already opened. Am I demanding too much? Am I missing some
    necessary logic?
    At the moment, anyway, I'm stuck with the vi being served correctly,
    but not the compiled application, and I can't figure out why. It's
    LV8.5.1, and yes, I have in the .ini
    WebServer.DirectoryIndex="index.htm"
    WebServer.LogPath=C:\Program Files\National Instruments\LabVIEW 8.5\www.log
    WebServer.MimeTypes="htm;text/html;gif;image/gif;j​pg;image/jpeg;png;image/png;txt;text/plain;html;te​xt/html;jpeg;image/jpeg;css;text/css;llb;applicati​on/x-labview-llb;vi;application/x-labview-vi;doc;a​pplication/msword;dot;application/msword;bin;appli​cation/octet-stream;exe;application/octet-stream;r​tf;application/rtf;pdf;application/pdf;ai;applicat​ion/postscript;eps;application/postscript;ps;appli​cation/postscript;csh;application/x-csh;gtar;appli​cation/x-gtar;gz;application/x-gz;sh;application/x​-sh;tar;application/x-tar;zip;application/zip;hqx;​application/mac-binhex40;ua;audio/basic;wav;audio/​wav;tif;image/tiff;tiff;image/tiff;xbm;image/x-xbi​tmap;rtx;text/richtext;qt;video/quicktime;mov;vide​o/quicktime;avi;video/x-msvideo;movie;video/x-sgi-​movie;aif;audio/aif;aifc;audio/aif;aiff;audio/aif;​aim;application/x-aim;dif;video/x-dv;div;video/x-d​v;js;application/x-javascript;pntg;image/x-macpain​t;xlb;application/vnd.ms-excel;xls;application/vnd​.ms-excel;ppa;application/vnd.ms-powerpoint;ppt;ap​plication/vnd.ms-powerpoint;pps;application/vnd.ms​-powerpoint;pot;application/vnd.ms-powerpoint;pwz;​application/vnd.ms-powerpoint;mid;audio/mid;midi;a​udio/mid;enc;video/mpeg;m1v;video/mpeg;mp2;video/m​peg;mpa;video/mpeg;mpe;video/mpeg;mpeg;video/mpeg;​mpg;video/mpeg;psd;image/x-photoshop;bmp;image/bmp​;pic;image/pic;ra;audio/vnd.rn-realaudio;rf;image/​vnd.rf-realflash;rm;application/vnd.rn-realmedia;r​p;image/vnd.rn-realpix;ram;audio/x-pn-realaudio;rm​m;audio/x-pn-realaudio;rnx;application/vnd.rn-real​player;rt;text/vnd.rn-realtext;rv;video/vnd.rn-rea​lvideo;smi;application/smil;ssm;application/stream​ingmedia;sithqx;application/mac-binhex40;sit;appli​cation/x-stuffit"
    WebServer.Port=80  [### or 8000]
    WebServer.Enabled=True
    WebServer.RootPath=C:\Program Files\National Instruments\LabVIEW 8.5\www
    WebServer.TcpAccess="c+*"
    WebServer.ViAccess="+*"
     [hints welcome here]. That is, I'm at the moment unable to use even my workaround 1 above.
    Enrico

  • Multiple stand alone servers using one radius server?

    Hello, I have a question.
    I'm working for a company and our problem is we need a username and password for every server.
    We would like to set up a Radius server using an extension so it can use a SQL database for the users.
    Is it possible to put 1 username and 1 password for each user in this database so we don't need more then one for each server?
    Also can we set up policy's for those users so they can't access every stand-alone server.
    Kind Regards,
    Michael

    Hi,
    Based on my research, when a RADIUS client (access server) sends connection requests and accounting messages to a RADIUS server, the RADIUS server will sends back an Access-Accept message or sends back an Access-Reject message to authenticate and authorize
    the connection requests based on a set of rules and the information in the user account database. The Access-Accept message can contain connection restrictions that are implemented by the access server for the duration of the connection.
    In addition, according to your description, it seems that you used the SQL database as the User account database. Did you use NPS as a RADIUS server? If yes, maybe you can configure related network policy to restrict access. I would appreciate it if you can
    introduce more detailed information about your environment. The link below may be helpful:
    Configuring Microsoft NPS (Network Policy Server) / (Internet Authentication Service)IAS as Wireless LAN Controller (WLC) RADIUS Server
    Best regards,
    Susie

  • Oracle Report Server 11g Start Automatically

    Dear All
    IF you want to start the report server in oracle forms 11g , you must go to this link :
    https://localhopst:Port No/reports/rwservlet/startserver
    I want to start the report server automatically as windows service without that step .
    Thanks in advanced

    The following can be used to start the managed server (i.e. WLS_REPORTS). Although this will not start the Reports inProc server, it will get the managed server started. A stand-alone rep server can be monitored by opmn and started automatically. See MyOracleSupport note 1126019.1
    Refer to the product documentation for more info about Windows Services and working with WLS Managed Servers.
    <blockquote>http://docs.oracle.com/cd/E23943_01/web.1111/e13708/winservice.htm</blockquote>
    Also be aware of the following MyOracleSupport note:
    <blockquote>1060058.1 - How to Install MS Windows Services For FMW 11g WebLogic Domain Admin and Managed Servers</blockquote>
    Finally, you can use this search:
    <blockquote>http://www.oracle.com/pls/as111160/search?word=windows+service</blockquote>
    Edited by: Michael Ferrante (Oracle) on Dec 28, 2012 4:13 PM

  • Re Post: Http server cannot start after running the following JSP

    Hi,
    I have 9iAS 1.0.2.2 and it has been working fine.
    My http server was running fine until I ran the following Jsp. Now I cannot start the Http server at all.
    I check the Oracle home and the path and make sure they match (i.e. if my Oracle Home is iSuites, I have the PATH variable: c:\oracle\isuites\bin as the 1st one. And I reboot the system after I changed the Oracle Home, check the PATH variable etc.)
    I also check the oci.dll files, and I have the oci.dll file in the following directories:
    c:\oracle\ora81\BIN 87KB
    c:\oracle\806\BIN 38KB
    c:\oracle\iSuites\BIN 87KB
    I check the Registry (regedit) and found that I have ORACLE_HOME_KEY for ora81 home, iSuites home, but not
    806 home. And there are oracle.key files in c:\oracle\ora81\bin, c:\oracle\806\bin, c:\oracle\isuites\bin .
    The contents of oracle.key in c:\oracle\ora81\bin and c:\oracle\isuites\bin are correct (i.e. "Software\ORACLE\HOME0" "Software\ORACLE\HOME2" respectively.) However, the content in c:\oracle\806\bin is "Software\ORACLE" .
    Will this be a problem because there is no corresponding ORACLE_HOME_KEY for 806 in regedit?
    OR
    the OCI.DLL file is corrupted in one of the above directory.
    Below is the JSP code that I ran. Before that, my HTTP server is started correctly.
    I really appreciate if someone could give me some pointers about this.
    I also suspect that when the HTTP server was brought down for some reasons and it was not a clean shutdown.
    So how can I shutdown the http server cleanly before restarting that?
    Thanks;
    Kelly.
    <%@ page language="sqlj"
    import="sqlj.runtime.ref.DefaultContext,oracle.sqlj.runtime.Oracl
    e" %>
    <HTML>
    <HEAD> <TITLE> The SQLJQuery JSP </TITLE> </HEAD>
    <BODY BGCOLOR="white">
    <% String empno = request.getParameter("empno");
    if (empno != null) { %>
    <H3> Employee # <%=empno %> Details: </H3>
    <%= runQuery(empno) %>
    <HR><BR>
    <% } %>
    <B>Enter an employee number:</B>
    <FORM METHOD="get">
    <INPUT TYPE="text" NAME="empno" SIZE=10>
    <INPUT TYPE="submit" VALUE="Ask Oracle");
    </FORM>
    </BODY>
    </HTML>
    <%!
    private String runQuery(String empno) throws
    java.sql.SQLException {
    DefaultContext dctx = null;
    String ename = null; double sal = 0.0; String hireDate = null;
    StringBuffer sb = new StringBuffer();
    try {
    dctx = Oracle.getConnection("jdbc:oracle:oci8:@", "scott",
    "tiger");
    #sql [dctx] {
    select ename, sal, TO_CHAR(hiredate,'DD-MON-YYYY')
    INTO :ename, :sal, :hireDate
    FROM scott.emp WHERE UPPER(empno) = UPPER(:empno)
    sb.append("<BLOCKQUOTE><BIG><B><PRE>\n");
    sb.append("Name : " + ename + "\n");
    sb.append("Salary : " + sal + "\n");
    sb.append("Date hired : " + hireDate);
    sb.append("</PRE></B></BIG></BLOCKQUOTE>");
    } catch (java.sql.SQLException e) {
    sb.append("<P> SQL error: <PRE> " + e + " </PRE> </P>\n");
    } finally {
    if (dctx!= null) dctx.close();
    return sb.toString();
    %>

    I had this problem and the pkgchk mentioned above helped to get the admin server going (thanks!) but I could not run the admin console. I saw:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: org/GNOME/Accessibility/JavaBridge (Unsupported major.minor version 49.0)
    It turned out that something (I suspect the patch) had replaced my java1.5.0_06 binary with a java1.4.2_03 binary - but left the java1.5 directory structure alone! i.e. looking in /usr/jdk would have indicated that java1.5 was installed, but when I ran jdk1.5.0_06/bin/java -version , it reported java version "1.4.2_03". I was unimpressed.
    I ended up removing all the SUNWj5* packages and reinstalling them and then I could start the admin console.
    Now to find out what other damage this patch might have caused.....

  • Stand alone servers

    Hi All
    We have a weird situation and I think you guys can help me out.
    I created two stand alone Managed server called ABC1 and ABC2 on a single domain. Where Admin and ABC1 is on one linux box and ABC2 is on other linux box.
    Now my client want to deploy a single version of .ear application on both of the server. I know I can deploy the .ear one by one on both ABC1 and ABC2 through console.
    But the concern we have is that is it feasible? I mean I think if i deploy the same .ear on two stand alone server then its going to failed because of conflict between jndi an all other resources.
    Can any one help me out...
    Thanks in advance.

    Hi,
    I am very Sorry for my Unclear statement. I will explain it again in another way.
    We cannot Deploy exactly Same Application on two Different Servers...*From Admin Console<font color=red> One by One </font>(Means First time deployed and targeted to MS1 ...then again deploying the same app to Target MS2)*. In that case If we want to deploy the Same Application on two Non Clustered ManagedServers through AdminConsole...then We can do it At Once only(In a Single Turn...Later we can need to Just Add the New Targets Managed Servers to this application)...It Means While Deploying the Application we need to Choose MS1 & MS2 Both the Targets together. Now Suppose in future if you want to deploy the Same Application from AdminConsole to Third Managed Server ...then In that case you Add that ManagedServer as a New Target to the Application.
    But Using ANT Build Script or Using WLST we can do it easily....Means Same Application can be deployed as many servers ...One by One as well as Together to all the independent Managed Servers at Once as well.
    Regarding JNDI tree ....Yes Faisal's statement is very correct that..every Server has it's Own JNDI tree....Your Application should not cause any JNDI Conflicts there.
    Once Again Sorry for My Unclear & Wrong Statement in previous post
    Thanks
    Jay SenSharma

  • CNR 7.01 DHCP server cannot start

    Hi,
    I have problem with my CNR installation. DHCP server cannot be started.
    Bad id or server not loaded is reported error. Also when I try to make some changes that require reload i get this error message:
    Error code 0x8000c003 was returned while executing task ReloadDhcpServer_admin_684405.
    Does anyone get an idea on what happen, or what i made wrong ?
    Regards,
    Srdjan

    all the four machines are four containers in a solaris server.
    The problem was with the hosts file, there were not entries matching the ipaddress and the hotname.
    After i fixed it now i have a stable BI servers and cluster controllers.
    Now i configured the presentation services to connect to the BI servers but i am getting the following exception.
    Type: Error
    Severity: 42
    Time: Thu Aug 6 13:04:02 2009
    File: project/webcomm/socket.cpp Line: 892
    Properties: ThreadID-6
    Location:
    saw.rpc.client.impl.verify
    saw.rpc.client.impl.initFixedRPC
    saw.rpc.client.cluster
    saw.threads
    An error occurred during execution of "connect". Connection refused [Socket:15]
    Any idea?
    thanks

  • Error while starting stand alone applicaitons in Web Center Content

    Hi All,
    I am getting this error while starting any standalone component in Oracle WebCenter Content Server :
    WARNING: Jps platform factory creation failed. Reason: {0}.
    java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-0
    *0065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundExcep*
    tion: oracle.security.jps.tomcat.JpsTomcatPlatformFactory.
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.ee.JpsPlatformFactory.getPlatformFactory(JpsPlatf
    ormFactory.java:185)
    at oracle.security.jps.ee.JpsPlatformFactory.getPlatformFactory(JpsPlatf
    ormFactory.java:146)
    at oracle.security.jps.internal.audit.AuditServiceImpl.initAuditor(Audit
    ServiceImpl.java:319)
    at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditS
    erviceImpl.java:238)
    at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditS
    erviceImpl.java:373)
    at oracle.security.jps.util.AuthZAuditUtil$3.run(AuthZAuditUtil.java:183
    at oracle.security.jps.util.AuthZAuditUtil$3.run(AuthZAuditUtil.java:181
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.AuthZAuditUtil.initAuditor(AuthZAuditUtil.ja
    va:181)
    at oracle.security.jps.util.AuthZAuditUtil.isEventLoggable(AuthZAuditUti
    l.java:136)
    at oracle.security.jps.util.AuthZAuditUtil.auditAuthZ(AuthZAuditUtil.jav
    a:427)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:554)
    at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(C
    sfUtil.java:643)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCred
    entialMap(SspCredentialStore.java:497)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idc.conversion.jps.CSFKeyLoaderAction.run(CSFKeyLoaderAction.java:56)
    at java.security.AccessController.doPrivileged(Native Method)
    at idc.conversion.jps.CSFKeyLoader.readKeys(CSFKeyLoader.java:166)
    at intradoc.conversion.StandardKeyLoader.load(StandardKeyLoader.java:61)
    at intradoc.conversion.SecurityObjects.loadKeys(SecurityObjects.java:528
    at intradoc.conversion.SecurityObjects.init(SecurityObjects.java:133)
    at intradoc.conversion.CryptoPasswordUtils.initSecurityObjects(CryptoPas
    swordUtils.java:75)
    at intradoc.conversion.CryptoPasswordUtils.loadPasswordManagement(Crypto
    PasswordUtils.java:136)
    at intradoc.server.IdcSystemLoader.managePasswords(IdcSystemLoader.java:
    *3118)*
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:396)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:335)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.init(Interacti
    veShellStartup.java:253)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.startup(Intera
    ctiveShellStartup.java:52)
    at IdcShell.main(IdcShell.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:352)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: oracle.security.jps.JpsException: JPS-00065: Jps platform factory cre
    ation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.tomc
    at.JpsTomcatPlatformFactory.
    at oracle.security.jps.ee.JpsPlatformFactory$2.run(JpsPlatformFactory.ja
    va:193)
    at oracle.security.jps.ee.JpsPlatformFactory$2.run(JpsPlatformFactory.ja
    va:186)
    *... 41 more*
    Mar 7, 2013 2:55:58 PM oracle.security.jps.internal.audit.AuditServiceImpl initA
    uditor
    WARNING: Failed to get server log directory. Reason: oracle.security.jps.JpsExce
    ption: JPS-00065: Jps platform factory creation failed. Reason: oracle.security.
    jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.
    lang.ClassNotFoundException: oracle.security.jps.tomcat.JpsTomcatPlatformFactory
    intradoc.common.ServiceException:
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:230)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.init(Interacti
    veShellStartup.java:253)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.startup(Intera
    ctiveShellStartup.java:52)
    at IdcShell.main(IdcShell.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:352)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: intradoc.data.DataException: !apErrorWithTable,DocMetaDefinition
    at intradoc.shared.MetaFieldData.initIndexes(MetaFieldData.java:171)
    at intradoc.shared.MetaFieldData.init(MetaFieldData.java:84)
    at intradoc.server.subject.MetaDataSubjectCallback.cacheMetaData(MetaDat
    aSubjectCallback.java:42)
    at intradoc.server.subject.MetaDataSubjectCallback.refresh(MetaDataSubje
    ctCallback.java:35)
    at intradoc.server.IdcSystemLoader.loadCachedTables(IdcSystemLoader.java
    *:1255)*
    at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:1164)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:132)
    *... 10 more*
    Caused by: intradoc.data.DataException: !syColumnDoesNotExist,dDecimalScale
    at intradoc.data.ResultSetUtils.getIndexMustExist(ResultSetUtils.java:44
    *7)*
    at intradoc.shared.MetaFieldData.initIndexes(MetaFieldData.java:167)
    *... 16 more*
    Error with table 'DocMetaDefinition'.
    The column 'dDecimalScale' does not exist in this table.
    I am using 11.1.1.6 free version of webcenter content and using appropriate database with required tables created by RCU of appropriate version and also using required weblogic server.
    Is there anything like , we are not allowed to use stand alone application in free version ? or problem is something else.
    Thank you in advance.
    Edited by: 957580 on Mar 7, 2013 2:01 AM

    Hi Deepak,
    Thanks for Reply.
    But in /home/sapcs/conf/http.conf file its already maintained like this, sending you some part of httpd.conf file
    Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the #<VirtualHost> # directive.
    Change this to Listen on specific IP addresses as shown below to  prevent Apache from glomming onto all bound IP #addresses.
    Listen 1090
    User/Group: The name (or #number) of the user/group to run httpd as.
    It is usually good practice to create a dedicated user and group for
    running httpd, as with most system services.
    User sapcs
    Group sapsys
    </IfModule>
    </IfModule>
    even after restarting server i am getting same problem
    [sapcs@hpsebdev1 bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    I am using a non root user to start apachectl command
    Regards
    Gagan Sharma

  • Web Intelligent Reporting Server not started

    Hi Experts - I am using BO XI 3.1 with Sp - 2 and SAP BI 7.10.
    When i run any webi report  the Status of Web Intelligent Reporting Server become - Initializing.
    If i restarts the the SIA , Again the Webi Intelligent server got start , but as i run any webi query in webi rich client it stops working and the status in CCM become Initialising... and its never turn up green untill i again restarts the SIA.
    Is this a bug in Sp -2 , I haven't apply ant fix pack beyond Sp-2.
    Thanks
    Ashwani

    Hi
    can you please activate the tracing of the webi processing server. Go to the CMC and under Servers->Web Intelligence Processing Server->Properties just add -trace xl in the command line argument and restart the server. Check the WebI log file created in the logging directory for error messages.
    Regards,
    Stratos
    PS: Does your SIA run using the local system account (CCM->SIA->Properties->Logon On As)?

  • Running the G server and labview web server as a stand-alone serve

    Hello,
     Now I am running the G web server from the Internet toolkit cooprating with the Labview default web server because I need the server to handle both GCI reguests and the requests of the remote panel.
     Now I have a question. Is there any way to make these two servers as stand-alone applications and also make it to be window service ( I think if I could make them the stand-alone applications, making them to be window services would be easy)? I just want the web server to be a stand-alone application without installing the Labview (just installing the run-time engine) on one machine. Could this be done? Thank you very much.
    Best Regards,
    Benjamin Chu

    Hello Benjamin,
    for running a LabVIEW application as Windows Service is here a tutorial.
    I formerly tried to get the G web Server into an application and I know there were some dynamic VIs loaded by the HTTP Server Control.vi and some SubVIs. I never tried this seriously enough to get it running.
    You need at least to put the VIs vi.lib\addons\internet\http\http0.llb\HTTP Server, vi.lib\addons\internet\http\http0.llb\srvr_%02d.vi (%02d is part of a format into string with a for loop index), HTTP Load Configuration Files.vi as dynamic VIs into your build definition.
    Running the G Web Server and looking at the VI hierarchy is not for help because for some reasons the G Web Server VIs will not show up in the VI hierarchy window.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Application Server cannot start after restart

    Dear all,
    I have a database cluster with SAP CI running on 2 servers(on SAN), plus 4 applications.
    Today we have restarted all the servers, and found that only 1 server with database server and application server (w/CI) can start.  All other applications servers cannot start, and in SAP Management Console, it does not show the SAP Instance.
    Another problem is that the database cluster cannot move to another server, with error:
    "initerrlog: Could not open error log file 'M:\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'. Operating system error = 3(The system cannot find the path specified.)."
    Can anyone provide any assistant?  Many thanks!
    Regards,
    Daniel

    Hi Yaroslav,
    In Application Server, Not started.
    Log(1):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: SAP Service SAP???_?? has been stopped successfully..
    Log(2):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Initialization failed. Service not started. [ntservmain.cpp 1269].
    Log(3):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Cannot open Profile
    sapgrp\sapmnt\PRD\SYS\profile\START_D21_sapapp1. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 902].
    For SQL Server(The one which Cluster cannot move group to):
    Log(1):
    The description for Event ID ( 35712 ) in Source ( SAPPRD_01 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event:  ,  ,  ,  ,  ,  ,  ,  ,  ,  , r, e, c, v, 1, 0, 0, 5, 4,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  , N, i, I, R, e, a, d, r, e, c, v,  ,  ,  , n, i, x, x, i, ., c, p, 4, 2, 4, 5, , , , , , , , , , , , , , , , , , , , , , , , , , ,           recv10054                   NiIReadrecv   nixxi.cp4245.
    Log(2):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: SAP Service SAP???_?? has been stopped successfully..
    Log(3):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Initialization failed. Service not started. [ntservmain.cpp 1269].
    Log(4):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Cannot open Profile
    sapgrp\sapmnt\PRD\SYS\profile\START_D20_sapdb2. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 902].
    Regards,
    Daniel

  • Report server not starting up

    We are using oracle 9iAS version 1.0.2.1.0 v1.
    our Report server is not starting up with error
    Error 1075 The dependency service does not exists or has been marked for
    deletion.
    How to find out the dependency service

    Hi,
    this is the Oracle Forms forum, you might have more luck in the Reports forum here Reports
    However, I guess you installed the reports server as a service under windows, right? Check the DependOnService registry key value under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<reports server key>
    Uninstall the reports server using rwserver -uninstall <server_name> and reinstall it using rwserver -install <server_name> [batch=yes/no] [autostart=yes/no] with valid parameters.
    HTH
    Gerald.

Maybe you are looking for