Error on portal 3.0 configuration

Please help, I am install oracle 9ias in N/T, shared_pool_size
value is 300000000, I get this error at progress stalls 27%.
STEP 8 : Installing WWV layer Components
INSTALL_ACTION:installWWV() : ..\..\bin\sqlplus
portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
(PROTOCOL=TCP)(HOST=test_9ias2)(PORT=1521)))(CONNECT_DATA=
(SID=test9ias))) @..\..\portal30\admin\plsql\wwv\wwvinst.sql
portal30 USERS TEMP wvinswwv.log USERS USERS portal30_NULL
portal30_sso portal30_DEMO
INSTALL_ACTION:installWWV() : ..\..\bin\sqlplus
portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
(PROTOCOL=TCP)(HOST=test_9ias2)(PORT=1521)))(CONNECT_DATA=
(SID=test9ias))) @..\..\portal30\admin\plsql\wwv\wwvinsty.sql
portal30 USERS TEMP wvinswwv.log USERS USERS portal30_NULL
portal30_sso portal30_DEMO
ORA-00600: internal error code, arguments: [15456],
[WWA_API_MODULE], [13],
Errors encountered in the Install process. Installation Aborted.
thank you,
ling

It is important that the shared_pool value be specified in bytes. For example:
shared_pool= 100000000
If you are running on 9i, another possibility is that the shared_pool setting is not taking effect
when the database is bounced. In 9i there is a new startup file called the "spfile". This is just
like the init.ora file with the following differences:
1. It cannot be edited by a standard editor. It is a binary file.
2. Any system changes to the database while the instance is running (e.g. via alter system) are automatically
written back to the spfile.
By default, when the 9i database starts up, it first looks for the spfile. If it finds one it uses the
settings defined in it. If it doesn't, it looks for the init.ora file.
When a 9i database is installed both init.ora and spfile.ora are created for the instance by default. Changes to
init.ora are not seen by spfile.ora unless the "create spfile" command is used to sync them up.
To get around this behavior, there are several options:
1. remove the spfile so that only the init.ora file exists. The database will then use init.ora exclusively.
2. sync up the init.ora file and spfile.ora file using:
create spfile='spfile.ora ' from pfile='init.ora'
where 'spfile.ora' and 'init.ora' are replaced with the appropriate names for your instance.
3. Explicitly reference the init.ora file when starting up the database using:
startup pfile='init.ora'
where 'init.ora' is replaced with the appropriate name for your instance.
-Todd

Similar Messages

  • Facing "double logon pad" error in portal.

    Hello,
    Issue:Facing "double logon pad" error in portal.
    I am facing double logon pad error in the system in the WoC Home.I checked TREX is running fine.
    Kindly suggest me in this issue.
    Thanks & Regards,
    harshavarddhan

    Just check these things.
    As you said BI-ABAP stack level is 20. so you have to upgrade the java stack to the same level.
    Please ensure that both ABAP and JAVA stack should be in same level. Check for the SSO connectivity when u configured portal with your BI.
    As you are getting Server is missing error in portal, have you configured the BI server settings in the portal ie., exact server name and system no.? please check the same, if you havent checked.
    As usual check for the RFC connection. whether it is working fine or not. Check for the userids which you are given for the configuration.
    If the userid get locked, the configuration will not work and the execution of query will not be happen on portal.
    Please check these things and try to execute it again.
    Hope this would help you.

  • Error in portal configuration assistant

    Hi,
    While trying to install Oracle instant portal, I am getting an error during portal configuration assistant step.
    ORA-12154 : tns cannot resolve conn ...
    What do I need to do in order to fix this error? I see a tnsnames.ora in 2 locations:
    {oracle_home}/infra/network/admin
    {oracle_home}/portal/network/admin
    What is the reason for this error and what needs to be done to fix it.
    thanks,
    Samit

    The services of infrastructure instance must be up before installing Portal or other Middle Tier instances.

  • Error 404: No target servlet configured for uri: +websphere 6.0

    My server is running properly, but I got Error 404: No target servlet configured for uri: error while launching my project on web sphere 6.0
    see my web.xml and strut-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    id="WebApp_ID"
    version="2.4"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>supportPortalWeb</display-name>
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>validate</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationDataServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ordermgmt.OrderProcessingServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductGradeServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductGradeServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>action_tmp</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>3</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>3</param-value>
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <url-pattern>/servlet/OrganizationDataServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <url-pattern>/servlet/OrderProcessingServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <url-pattern>/servlet/OrganizationValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductValidationServlet</servlet-name>
    <url-pattern>/servlet/ProductValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductGradeServlet</servlet-name>
    <url-pattern>/servlet/ProductGradeServlet</url-pattern>
    </servlet-mapping>
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/spring-config/spring-config.xml</param-value>
    </context-param>
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <jsp-config>
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/epc.tld</taglib-uri>
    <taglib-location>/WEB-INF/supportportal.tld</taglib-location>
    </taglib>
    </jsp-config>
    <resource-ref>
    <res-ref-name>jdbc/SupportPortalDataSource</res-ref-name>
    <res-type>java.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
         <!-- Data Sources -->
         <data-sources />
         <!-- Form Beans -->
         <form-beans>
              <form-bean name="signOnHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOnHandlerForm" />
              <form-bean name="signOffHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOffHandlerForm" />
              <form-bean name="updatePersonForm" type="com.harcourt.supportportal.struts.sample.actionform.UpdatePersonForm" />
              <form-bean name="searchPersonsForm" type="com.harcourt.supportportal.struts.sample.actionform.SearchPersonsForm" />
              <form-bean name="updateProductForm" type="com.harcourt.supportportal.struts.product.actionform.UpdateProductForm"/>
              <form-bean name="searchProductsForm" type="com.harcourt.supportportal.struts.product.actionform.SearchProductsForm"/>
              <form-bean name="searchOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.SearchOrganizationForm"/>
              <form-bean name="updateOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.UpdateOrganizationForm"/>
              <form-bean name="exportOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.ExportOrganizationForm"/>
              <form-bean name="exportProductForm" type="com.harcourt.supportportal.struts.product.actionform.ExportProductForm"/>           
         </form-beans>
         <!-- Global Exceptions -->
         <global-exceptions />
         <!-- Global Forwards -->
         <!-- Action Mappings -->
         <action-mappings type="org.apache.struts.config.SecureActionConfig">
              <action
                   path="/start"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="loginRendererDef"/>
    <!--          <action -->
    <!--               path="/product"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="productInputDef"/>-->
              <action path="/product" type="org.springframework.web.struts.DelegatingActionProxy"
                        name="updateProductForm" parameter="method" scope="request" validate="false">
                   <forward name="success" path="productInputDef"/>
                   <forward name="failure" path="productInputDef"/>
              </action>
    <!--          <action -->
    <!--               path="/organization"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="organizationIndexDef"/>-->
              <action
                   path="/report"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="reportIndexDef"/>
              <action
                   path="/user"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="userIndexDef"/>
              <action path="/login" type="org.springframework.web.struts.DelegatingActionProxy" name="signOnHandlerForm" scope="request" input="loginRendererDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />
              <forward name="failure" path="loginRendererDef" />
    </action>
    <!-- sample -->
         <action path="/updatePerson" type="org.springframework.web.struts.DelegatingActionProxy" name="updatePersonForm" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />
              <forward name="failure" path="personInputDef" />
    </action>
         <action path="/searchPersons"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchPersonsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />          
              <forward name="failure" path="loginRendererDef" />
    </action>
         <!-- end sample -->
         <action path="/updateProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/deleteProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/searchProducts"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchProductsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="productSearchDef" />
              <forward name="failure" path="loginLandingDef"/>
    </action>
    <action path="/loadProducts" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchProductsForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="productIndexDef"/>
         <forward name="failure" path="userIndexDef"/>
    </action>
    <action path="/exportProduct" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportProductForm" parameter="method" scope="request" validate="true">
              <forward name="failure" path="loginLandingDef" />
    </action>
    <!-- Organization Actions -->
    <action path="/searchOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgSearchDef"></forward>
         <forward name="failure" path="loginLandingDef"/>
         </action>
    <action path="/organization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="orgInputDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/loadOrganizations" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgIndexDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/updateOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" input="orgInputDef" validate="true">
                   <forward name="success" path="/loadOrganizations.do?method=loadOrganizations"></forward>
                   <forward name="failure" path="/organization.do?method=createOrUpdateOrganization"/>               
              </action>
              <action path="/exportOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportOrganizationForm" parameter="method" scope="request" >
              <forward name="failure" path="loginLandingDef" />
    </action>
         </action-mappings>
         <!-- Register Support Portal RequestProcessor -->
         <controller>
              <set-property property="processorClass" value="com.harcourt.supportportal.struts.common.action.SupportPortalRequestProcessor" />
         </controller>
         <!-- Message Resources -->
         <message-resources parameter="com.harcourt.supportportal.resources.ApplicationResources" />
         <!-- tiles plugin -->
    <plug-in className="com.harcourt.supportportal.tiles.SupportPortalSecureTilesPlugin">
         <set-property property="definitions-config" value="/WEB-INF/tiles-def/tiles-defs.xml" />
         <set-property property="httpPort" value="80"/>
    <set-property property="httpsPort" value="80"/>      
    <set-property property="enable" value="false"/>      
    <set-property property="addSession" value="false"/>      
    </plug-in>
         <!-- spring plugin -->
         <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
         <set-property property="contextConfigLocation" value="/WEB-INF/spring-config/spring-config.xml"/>
         </plug-in>
    </struts-config>

    If your EAR has actually started, try this:
    http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/xrun_jvm_sendredirect.html
    If you are not on z/OS, the link is actually under server->server infrastructure->Java and process management->environment entries
    for setting the property

  • Runtime Errors in Portal

    Hi,
    When I click on the menu in Portal (assume it as material creation), it display a screen with some runtime errors.
    - Unable to start the application. Contact help desk # xxxxxxxxxxxxx .
    My question is from where do we get these runtime errors. Where could we see the list of runtime error in portal.
    Thanks.

    Hi,
    This is related to iviews and backend system configuration.
    Please check the configuration related to the iviews.
    If it does not solve your problem, please explain more briefly
    Regards,
    Bala.

  • Index creation error. Can't lock configuration object.

    Hi,
    My Trex it is giving me a lot of trouble. I am not able to create index with the Trex Search and Classification service (the message I get is==> Index could not be created: null)
    The defaulttrace says:
    #1.5 #0017A4F64A4801160000003200001F7000043C109F857E90#1191942000781#com.sap.workflow#sap.com/irj#com.sap.workflow#Guest#0####9fd2cf80767011dc9b4f0017a4f64a48#Thread[ThreadPool.Worker4,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/Applications/Workflow/General#Plain###TaskSchedulerDeadline.run()#
    #1.5 #0017A4F64A4801160000003300001F7000043C109F859265#1191942000797#com.sap.workflow#sap.com/irj#com.sap.workflow.#Guest#0####9fd2cf80767011dc9b4f0017a4f64a48#Thread[ThreadPool.Worker4,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###LockConfigException: Cannot lock configuration object "config://local/com.sap.workflow/scheduler/task" without a valid user ID.
    at com.sapportals.config.fwk.data.ConfigLockManager.lock(ConfigLockManager.java:516)
    at com.sapportals.config.fwk.data.ConfigLockManager.lock(ConfigLockManager.java:265)
    at com.sapportals.config.fwk.data.Configurable.lock(Configurable.java:184)
    at com.sapportals.config.fwk.data.ConfigPlugin.getAndLockConfigurable(ConfigPlugin.java:452)
    at com.sap.workflow.cfg.AbstractConfiguration.setValue(AbstractConfiguration.java:313)
    at com.sap.workflow.es.scheduler.TaskSchedulerDeadline.run(TaskSchedulerDeadline.java:86)
    at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:174)
    at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:108)
    at java.lang.Thread.run(Thread.java:534)
    What means the message "Cannot lock configuration object "config://local/com.sap.workflow/scheduler/task" without a valid user ID."?
    Have I to do something abut configuration, users, permissions??
    The version is 7.00 patch 57
    Operation system is WServer 2003SR2 Enterprise Edition (En)
    I have installed the TREX HTTP server
    In Monitoring I see a green light for http server, index server, name server, queue server
    I am so confused, don't know wich way to turn.
    Any help will be appreciated.
    Thanks in advance.
    Guillermo.

    Hi,
    It was an error caused by permissions.
    By mistake the repository /taxonomies was manipulated by an user and the permissions were changed.
    After it the portal wasn't able to create new folders under that repository.
    Regards.

  • Runtime Error in Portal Application

    Can any body help me in resolving the following runtime error in portal application, (Netweaver Version : 7.0)
    Full Message Text
    03:21_21/09/11_0002_6275851
    [EXCEPTION]
    java.lang.NoClassDefFoundError: org.apache.commons.httpclient.methods.RequestEntity
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:69)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:131)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:152)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
    at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:540)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:423)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.httpclient.methods.RequestEntity
    Found in negative cache

    Hi,
    this exception seems caused by a missing interface org.apache.commons.httpclient.methods.RequestEntity. Please the following ones:
    http://www.jarfinder.com/index.php/java/info/org.apache.commons.httpclient.methods.RequestEntity
    Br,
    Javier

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • 'Installer encountering errors before itunes could be configured', also won't let me open old itunes... Can't access my itunes at all... anyone help?

    Everytime I try to install the new itunes it come up with the following message: ' The installer encountered errors before itunes could be configured, Errors occured during installation, your system has not been modified. Please run installer again or click exit' I've tried to install it multiple times now and get the same message everytime. I've also tried re installing itunes 10, but when I go to open it it comes up with the message 'The files itunes libray.itl cannot be read because it was created by a newer version of itunes'. Please help.

    Hey sjl95,
    Thanks for the question. I recommend that you refer to this article if you are running into issues re-installing iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • The system encountered error before Itunes could be configured

    Hi, i can't seem to get Itunes 8 to run. Each time after the installer is launched, it has an error message that says "The system encountered error before Itunes could be configured. Your systems has not been modified. To try this application at a later time, please run the installer again."
    I am using windows vista home premium and a iTouch
    I am running out of ideas
    thanks for your help!

    me too. except now i can't delete all the programs from my computer to reinstall not happy

  • ITunes 7.3 installer "encountered errors before iTunes could be configured"

    I was able to originally install itunes 7.3.1.3 (upgraded from 7.2) and use it with my iphone (activated/synced for 2 weeks with no problems). I had a problem due to a disk full which corruped Outlook.
    I cleared substantial disk space, reinstalled Outlook 2003. This seemed to have corrupted the iTunes sync function, so I uninstalled iTunes (using Add/Remove Programs control panel), and have since been trying to reinstall. I am continually getting the "iTunes installer Completed - The installer encountered errors before iTunes could be configured" error message.
    I have read many messages and suggestions in these discussions, and already tried the following:
    Completely uninstalling iTunes and Quicktime (iTunes no longer shows up in the Add/Remove programs or using the Windows install cleanup utility) follwing all the steps listed in "Removing iTunes, QuickTime, and other software components for Windows XP" http://docs.info.apple.com/article.html?artnum=93698.
    Quicktime (version 7.2 Pro) is currently installed. I can cleanly install/remove Quicktime alone with no errors, but not using the combined quicktime/iTunes installer.
    I have tried redownloading the itunes installer several times, and even used the Apple Software update download only option and then manually running the itunes.msi file, but still get the same error.
    I have tried manually removing all instances of iTunes/iPod/activesync/iphone that I can find in the registry and all the iTunes/iPod folders as the above knowlege base article instructs.
    There must still be some other remnant of the old install, because if I try to install iTtunes 7.2, I get an error message that a later version is already installed, but I have not been able to find anything else.
    I have even enabled the verbose logging, the error seems to occur in this section of the log:
    MSI (c) (00:C8) [11:00:26:796]: Invoking remote custom action. DLL: C:\DOCUME~1\[myusername]\LOCALS~1\Temp\MSI36.tmp, Entrypoint: iTunesLaunchConditions
    Action ended 11:00:26: iTunesLaunchConditions. Return value 3.
    MSI (c) (00:FC) [11:00:26:859]: Doing action: SetupCompleteError
    Any suggestions on what else I can try would be appreciated. One of the main reasons I need sync my ipnone to my work windows machine is to keep my Outlook contacts and calendar. I have no problems with iTunes on my macs.
    I am running XP SP2, and have local administrator rights on my Dell 610 notebook.

    I had to find this solution from another site, so thanks to all the people who viewed this thread & knew how to fix this but didn't bother.
    If anyone is weary enough to come to this forum to solve this problem, here is one solution that worked for me & it may work for you if you encounter the error:
    "the installer encountered errors before safari could be configured"
    1. Use a trustworthy registry cleaner to clean your registry such as Ccleaner or Advanced System Care. This step may not be necessary though.
    2. Go to "C:\Users\MyUsername\AppData(Hidden)\Local\Temp" & delete everything in it.
    3. If step 2 still doesn't allow you to install Safari, then try:
    4. Open Start type "CMD" in the search button, then in the cmd prompt "Regedt32"
    5. In the reg editor open:
    "Computer" / "HKEYCURRENTUSER" / "Software" / "Apple Computer, Inc." & try deleting the entries for any Apple programs that may be causing any conflicts.
    Be aware that any programs that you delete registry entries for may not function correctly afterwards or need to be reinstalled, but this more drastic measure should hopefully allow the installation of Safari browser.
    Hope this helps any further visitors to this forum looking to solve this problem it worked for me, good luck.
    Message was edited by: RottenestApple

  • Installer Encountered Errors before iTunes could be Configured

    I keep getting the same Error over and over again:
    *iTunes Installer Completed*
    The Installer encountered errors before iTunes could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    Click Finish to exit the Installer.

    I'm using version 8.2 lately and i downgraded to version 7 for some reason.... After i got my new iPhone 3GS yesterday. Which is needed the 8.2 version....So i uninstall the version 7 and re-install the version 8.2 again and i got this message....
    *"A NETWROK OCCURED WHILE ATTEMPTING TO READ FROM THE FILE C:\WINDOWS\INSTALLER\BONJOUR.MSI".....*
    I try to check this file in my C:\ Drive but unfortunately i can't find it and i can't install the iTunes 8.2..... and the bad thing is i can't f#*******ing use my new iPhone 3GS....
    Please help me or otherwise maybe just return it to the shop and get something else instead of this new iPhone 3GS...... too much trouble....

  • Windows server 2012 failover cluster error: Cluster resource 'Virtual Machine Configuration ... of type 'Virtual machine configuration in clustered role ... failed.

    I have two windows 2012 host server that are clustered using windows failover cluster feature. Each server is hosting four VMs. When migrating from Host2 to Host1, the migration failed with the following error:
    Cluster resource 'Virtual Machine Configuration SCPCSQLSRV01' of type 'Virtual Machine Configuration' in clustered role 'SCPCSQLSRV01' failed. The error code was '0x569' ('Logon failure: the user has not been granted the requested logon type at this computer.').
    When this happens, the VM that I was migrating can no longer be started even on the original host. The only remedy is to restart the host server.
    Any suggestion on resolving this problem?
    Thanks
    Ikad

    Thanks. The article referred to above gives the solution to my issue. There is a group policy that is applied to the OU where the host servers were placed. Doing gpupdate /force temporarily removes the problem. Unfortunately the NT Virtual Machine\Virtual
    Machines account is a special account that cannot be added like other accounts and granted the log on as a service right. The thread
    http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d56f2eae-726e-409a-8813-670a406593e8 contains how it can be added which is by creating a group and running the command
    Net localgroup VMTest “NT Virtual Machine\Virtual Machines” /add
    to add it to a local group VMTest. VMTest is then assigned the right to log on as a service.
    Ikad

  • Getting Error in Portal while booking Time Sheet......

    Hi All,
    I am Getting Error in Portal when Booking Time sheet in Record working time Link. Getting below Error.
    "Enter activity type only in conjunction with cost center"...I have entered data in KP26.
    But for the same employee if i am booking the Efforts through R/3 (CAT2 Transaction) not getting the error. Successfully able to release the efforts it is storing in CATSDB.
    PLease advice on this.
    Regards,
    Srinivas...

    Hi Srinivas,
    Please make sure that CATS data entry fields are marked as "input only".
    Regards,
    Dilek

  • Reg : Error in Portal while accessing BI Report.

    Hi,
       When I am trying to access BI report in the portal I got the following error  in Portal
       User #### has no RFC authorization for function group SYST.
    Please assist to resolve the issue.
    Thanks,
    Prakash.

    Hi
    This is an authorization issue.
    Either include SYST in authorization object S_RFC.
    Or assign SAP_ALL role to the user and then try.

Maybe you are looking for

  • Dreamweaver 6 - Images going in to wrong folder

    In older versions of Dreamweaver I was able to specify the default images folder for a site.  I can't find a place to do that in Dreamweaver 6 and images inserted from outside the designated site are ending up in the main (html) folder instead of the

  • How to call a C pointer from call library function node

    I have a client/server application which the client I am trying to develop using Labview.  When I use to communicate the server and the client using the program provided by the manufacter, the system works perfectly. Now, I am trying to develop a sys

  • I lose my password

    I want download an application but I lose my password what can I do please

  • Trouble sending messages to Dynamics AX: Element is not declared.

    I'm having problems getting Dynamics AX to accept a message from BizTalk. Here's my setup: AX 2012: A table, BTAIF_test, with two fields ("Name" and "Phone"). A query, BTAIFQuery, with BTAIF_test as datasource. A service, BTAIFQueryService, autogener

  • How to make java "stop" at some certain point?

    Hello, all. Currently I am trying to implement a slideshow method, which will display next photos every 0.2 seconds in a slide fashion. The problem is that while loop may be too quick to display every photo, so after some time, I can directly see the