Problems installing WebAS

Hi,
I need  to install SAP Web Application Server and NWDS in a XP virtual machine. But I am a newbie and the installation fails. I use an installer from here:
[https://dwi.wdf.sap.corp/dwi/index.jsp?releaseName=710&stackName=sp5&release=]
I have MSSQL and MaxDB servers already installed. I still do not know if i have all the prerequisites, and I'm not sure if this is the correct version/installer i need (i need latest stable for developement).
Also, which database is preferred (mssql or maxdb)?
The error in the logs is code 1 - unknown error. :/
Thanks for any tipps,
Vesso

Privet Veso,
Please refer to the Product Availability Matrix:
A list of all supported database and operating system combinations for SAP NetWeaver Compostion Environment 7.1 is available on SAP Service Marketplace at service.sap.com/pam -> Product Availability Matrix -> SAP NetWeaver -> SAP NetWeaver CE -> SAP NetWeaver Composition Environment 7.1
Here is the link:
https://websmp110.sap-ag.de/~form/handler?_APP=00200682500000002212&_EVENT=DISPLAY
You will get better support for 7.10 by reporting Internal messages in BC-JAS.
Regards,
Ventsi Tsachev
Technology Development Support (J2EE Engine)
SAP Labs, Palo Alto, Ca (USA)
Edited by: Ventsi Tsachev on Feb 4, 2008 1:54 PM

Similar Messages

  • Problems installing Web Controls 2.1 on 6.1 portal

    After problems upgrading from 5.04 to 6.1, we decided to build a 6.1 portal environment from scratch. I've run into problems installing the 2.1 web controls. Running the exe does nothing (the installer doesnt even launch). After a few attempts, I looked in the registry and found dr. watson errors indicating an acces violation. I tried running under compatibility modes for xp and 2000. Same error.
    We are running w2k3 sp2 servers with portal 6.1.
    Is it possible to manually install 2.1 wc from a server that already has it? Any other solutions?
    Any help would be EXTREMELY appriciated.

    Are you running the installer directly on the machine to be installed on? In case No then try that out. Also what is the edition of win2k3?

  • Problem installing Web Content Reporting

    Hi,
    we tried to install Web Content Reporting on our EP6.0 SP2 and MS SQL Server / Win 2000.
    We use the Installationmanual and executed the following SQL-Statement :
    >>
    USE master
    exec sp_addlogin 'webreporting', 'pibm001', 'B07'
    USE B07
    exec sp_grantdbaccess 'webreporting'
    GO
    exec sp_addrole 'webreporting_role'
    exec sp_addrolemember 'webreporting_role', 'webreporting'
    CREATE TABLE [WCR_AGGINFO] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LASTAGGLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "NUMAGGREGATES" BIGINT  NOT NULL)
    ALTER TABLE [WCR_AGGINFO] ADD PRIMARY KEY ([TIMESTAMPHOUR], [AGGREGATIONLEVEL])
    CREATE TABLE [WCR_USERNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
    ALTER TABLE [WCR_USERNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [HASHEDUSERID])
    CREATE TABLE [WCR_USERSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
    ALTER TABLE [WCR_USERSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [HASHEDUSERID])
    CREATE TABLE [WCR_WEBCNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024))
    ALTER TABLE [WCR_WEBCNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [COUNTER])
    CREATE TABLE [WCR_WEBCONTENTSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024)  )
    ALTER TABLE [WCR_WEBCONTENTSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [COUNTER])
    grant all on WCR_AGGINFO to webreporting
    grant all on WCR_USERNODESTAT to webreporting
    grant all on WCR_USERSTAT to webreporting
    grant all on WCR_WEBCNODESTAT to webreporting
    grant all on WCR_WEBCONTENTSTAT to webreporting
    <<
    but we got the error :
    >>
    server: Msg 911, Level 16, State 1, Line 3
    Could not locate entry in sysdatabases for database 'B07'. No entry found with that name. Make sure that the name is entered correctly.
    <<
    Has anyone an idea?
    Thanx

    HI,
    I've got it.
    The manual didn't say to create a new database
    and I'm not the specialist in SQL.
    It seems to run now.
    Rüdiger

  • Problem installing WebAS 6.40 Preview - Step Deploy via SDM/J2EE

    I've Problems installing the Sneak Preview Edition. Evertime I try to install it, i get the following error Message:
    MUT-02041   SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Programme\...
    I've looked in the Logfile and saw the following error:
    Jul 15, 2004 1:02:18 AM  Info:
    Jul 15, 2004 1:02:18 AM  Info: ============================================
    Jul 15, 2004 1:02:18 AM  Info: =   Starting to execute command 'deploy'   =
    Jul 15, 2004 1:02:18 AM  Info: ============================================
    Jul 15, 2004 1:02:18 AM  Info: Starting SDM - Software Deployment Manager...
    Jul 15, 2004 1:02:18 AM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.3003.00.0000.20031126161800.0000
    Jul 15, 2004 1:02:19 AM  Info: SDM operation mode successfully set to: Standalone
    Jul 15, 2004 1:02:19 AM  Info: Initializing Network Manager (50017)
    Jul 15, 2004 1:02:19 AM  Info: Checking if another SDM is running on port 50018
    Jul 15, 2004 1:02:19 AM  Info: -
    Starting deployment -
    Jul 15, 2004 1:02:19 AM  Info: Loading selected archives...
    Jul 15, 2004 1:02:19 AM  Info: Loading archive 'D:\Software\SAP\SAP WAS640\WebAS640SP3_Full\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA'
    Jul 15, 2004 1:02:19 AM  Info: Selected archives successfully loaded.
    Jul 15, 2004 1:02:20 AM  Info: Error handling strategy: OnErrorStop
    Jul 15, 2004 1:02:20 AM  Info: Update strategy: UpdateLowerVersions
    Jul 15, 2004 1:02:20 AM  Info: Starting to execute deployment action (deploy) for "synclog".
    Jul 15, 2004 1:02:20 AM  Info: Creating connections to database "P64".
    Jul 15, 2004 1:02:20 AM  Info: Creating vendor connection to database.
    Jul 15, 2004 1:04:05 AM  Error: Creation of vendor connection failed.
    Original error message is:
    java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection timed out: connect
    Stack trace of original Exception or Error is:
    java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection timed out: connect
         at com.ddtek.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.ddtek.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.ddtek.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.ddtek.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.ddtek.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
         at com.ddtek.jdbc.base.BaseConnection.open(Unknown Source)
         at com.ddtek.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
    and so on.
    In some Threads they say: Just restart the computer will help. In my case it will not. I always get the same message.
    I also have seen that the jcontrol - process for the J2EE server is down and could not be started. When I look at the startupscript for this process, the jcontrol program has to be in the directory .../JC00/j2ee/os_lib/jcontrol.exe. But there is no such dirctory on my computer...
    I think the two problems are related.
    Hope someone can help. Thanx.
    Regards,
    Lars Ottawa

    Your JDBC driver is not getting a connection. As the database you're using is not delivered by the installation I guess here may be a version problem. As far as I remember you have to take the version number of SQL Server very serious (up to the third digit).
    Regards,
    Benny

  • Problem installing Web Premium CS5.5 on mac

    Hello,
    I just got a new computer and I'm trying to install Creative Suite 5.5 Web Premium on a Mac OS X 10.9, but I keep getting this error message when I try opening the .dmg:
    "The following disk images couldn't be opened: image not recognized."
    So far, I've tried downloading it from these two places multiple times, but no luck:
    http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    Separately, I tried using the adobe download assistant, but it doesn't let users download any CS products.

    Hi fyonkof,
    Please try downloading the file from a different network connection and check.
    It seems to me that the downloaded .dmg file might be correct. To verify, please copy the downloaded .dmg file to a flash drive and try running it on a different Mac and see. That would isolate the issue being with the file or the Mac.
    Regards,
    Rave

  • Problem Installing: Web Services Developer Pack 1.3

    I am trying to setup an environment to develop and deploy a web application with jsp & servlets. When i tried to install the web services developed pack i got the following error found in the log file. I also just installed the j2sdk 1.4.2_03 and i have set my class path to the new java folder.
    Any help would be great.
    -Chris
    (Feb 7, 2004 5:16:21 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl, wrn, Parent Component with UID = a8182b517735a528d4f8baa8438a8985 of installed Component with displayName = JAXP Version 1.2.4 (Java API for XML Processing) was not found in the VPD.
    (Feb 7, 2004 6:01:11 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$DiskSpaceCheck, wrn, String index out of range: -1
    (Feb 7, 2004 6:01:30 PM), Install.product.install, com.sun.jwsdp.installer.SaveEnvironmentVariablesAction, err, An error occurred and product installation failed. Look at the log file /usr/jwsdp-1.3/log.txt for details.
    (Feb 7, 2004 6:01:30 PM), Install.product.install, com.sun.jwsdp.installer.SaveEnvironmentVariablesAction, err, java.lang.NoClassDefFoundError
    STACK_TRACE: 13
    java.lang.NoClassDefFoundError
         at com.sun.jwsdp.installer.SelectJVMPanel.<init>(SelectJVMPanel.java:85)
         at com.sun.jwsdp.installer.SaveEnvironmentVariablesAction.install(SaveEnvironmentVariablesAction.java:177)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1916)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5149)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:369)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4532)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3727)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)
    (Feb 7, 2004 6:01:31 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl, wrn, Parent Component with UID = a8182b517735a528d4f8baa8438a8985 of installed Component with displayName = JAXP Version 1.2.4 (Java API for XML Processing) was not found in the VPD.
    My screen output when i got the error
    Installing Java(TM) Web Services Developer Pack 1.3. Please wait...
    |-----------|-----------|-----------|------------|
    0% 25% 50% 75% 100%
    |||||||||||||||
    Errors occurred during the installation.
    - An error occurred and product installation failed. Look at the log file
    /root/jwsdp-1.3/log.txt for details.

    Look at the log file /usr/jwsdp-1.3/log.txt for details.Doesn't the log file tell you what's wrong? From the error messages, the installer (InstallShield?) couldn't find some class. Review all of the install instructions, paying particular attention to the setting of environment variables like PATH and CLASSPATH, etc. You might want to check at the Installshield site for further information, also.

  • Problems Installing Web and Design Premium Suite

    Hi:
    I need help. I purchased a student and teacher's verision of Web and Design Suite and was given a download link with 4 files- 3 exe files and 1 file (7z)- which is listed under file listing as a ZIP file. I have successfully downloaded all files. 2 of the 4 files open okay. These are the Illustrator and In Design font files. My default saving location is my desktop so both these folders appear there.
    The problem is the Web and Design. exe file and the 4.5gb Web and Design 7z file. when clicked the exe file says- A problem occured while extracting some files, check available space on your computer and write privilleges on the destination folders. I tried changing the destination folders - not using my desktop as the final destination but this does not work. The file space on my computer is more than sufficient. For the 7s file when I click on it, it activiates Winzip but says it cannot open, does not seem to be a vaild archive.
    I really need help urgent and need this programme to begin a course
    Alfie Yee

    I almost forgot  I use Windows Vista on my computer. Need help urgent

  • Linux install problems with Web Dev Pack 1.1

    Any one else having problems installing Web Services Dev Pack 1.1 for Linux that was released on 2/25 ? It gets about 55% finished in the install and then it complains about moving certain jaxp files to $JAVA_HOME/jre/lib/endorsed dir. I do put the files in the endorsed dir but the install does not continue. It also fails when starting over reporting the same issue.
    Thanks for any help and work arounds.
    eugene

    I am having the same problem installing on Red Hat 8.0....
    I receive a message like the following
    <PRE>
    Java(TM) Web Services Developer Pack 1.1 will be installed in the following
    location:
    /usr/java/jwsdp-1.1
    with the following features:
    JAXB Version 1.0 (Java Architecture for XML Binding)
    JAXM Version 1.1.1 (Java API for XML Messaging)
    JAXP Version 1.2.2 (Java API for XML Processing)
    JAXR Version 1.0_03 (Java API for XML Registries)
    JAX-RPC Version 1.0.3 (Java API for XML-based RPC)
    SAAJ Version 1.1.1 (SOAP with Attachments API for Java)
    JSTL Version 1.0.3 (JavaServer Pages(TM) Standard Tag Library)
    Java WSDP Registry Server Version 1.0_04
    Tomcat
    for a total size:
    67.7MB
    Press 1 for Next panel, 2 for Previous panel, 3 to Cancel or 4 to
    Redisplay [1] 1
    Installing Java(TM) Web Services Developer Pack 1.1... Please wait.
    Errors occurred during the installation.
    Press 1 for Next panel, 2 for Previous panel, 3 to Cancel or 4 to
    Redisplay [1] 1
    </PRE>
    then in the install directory, there is a file....log.txt containing:
    <PRE>
    (Mar 5, 2003 9:19:14 AM), Setup.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ServiceException: (error code = 315; message = ""; severity = 0)
    STACK_TRACE: 24
    ServiceException: (error code = 315; message = ""; severity = 0)
         at com.ibm.wizard.platform.linux.LinuxRegistryServiceImpl.getPackageInfo(LinuxRegistryServiceImpl.java:221)
         at com.ibm.wizard.platform.linux.LinuxRegistryServiceImpl.getSoftwareObject(LinuxRegistryServiceImpl.java:142)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.product.service.registry.GenericRegistryService.getSoftwareObject(GenericRegistryService.java:120)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.setSoftwareObject(PureJavaProductServiceImpl.java:1582)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$14(PureJavaProductServiceImpl.java:1578)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.addToVPD(PureJavaProductServiceImpl.java:4662)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkInstalledVersion(PureJavaProductServiceImpl.java:4632)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(InstallableObjectVisitor.java:252)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(InstallableObjectVisitor.java:171)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(InstallableObjectVisitor.java:208)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(InstallableObjectVisitor.java:171)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:122)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4355)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3590)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:536)
    </PRE>

  • Problems Installing PS 6.2 with S1 Web Server 6.1 ?

    Im trying to install PS 6.2 (beta) against S1 Web Serer 6.1 and having all these problems during web server startup. Installation of both Portal 6.2 / Identity 6.1 went on fine without any trouble. Below is the exception. Has anybody faced this exception before.
    Any help .....
    # ./start
    CORE1116: Sun ONE Web Server 6.1 B06/19/2003 18:34
    info: CORE3016: daemon is running as super-user
    info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.1_05] from [Sun M
    icrosystems Inc.]
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [amconsole]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encodi
    ng
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [ampassword]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encodi
    ng
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [amcommon]
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [amserver]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encodi
    ng
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [portletsamples]
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [portal]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encodi
    ng
    info: WEB0100: Loading web module in virtual server [https-portal2.sundemo.isdin
    tegration.com] at [search]
    failure: WebModule[portal]: WEB2683: Exception sending context initialized even
    t to listener instance of class com.sun.portal.common.logging.impl.LoggerServlet
    ContextListenerImpl
    java.lang.RuntimeException: LoggerImpl.init() - Could nit initialize Log file, a
    ccess denied (java.lang.RuntimePermission writeFileDescriptor)
    at com.sun.portal.common.logging.impl.LoggerImpl.init(LoggerImpl.java:87
    at com.sun.portal.common.logging.impl.LoggerServletContextListenerImpl.c
    ontextInitialized(LoggerServletContextListenerImpl.java:101)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portal]: WEB2683: Exception sending context initialized even
    t to listener instance of class com.sun.portal.container.portlet.impl.Preference
    ManagerContextListenerImpl
    java.lang.NullPointerException
    at com.sun.portal.container.portlet.impl.PreferenceManagerContextListene
    rImpl.contextInitialized(PreferenceManagerContextListenerImpl.java:33)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portal]: WEB2683: Exception sending context initialized even
    t to listener instance of class com.sun.portal.container.portlet.impl.PortletCon
    tainerContextListenerImpl
    java.lang.NullPointerException
    at com.sun.portal.container.portlet.impl.PortletContainerContextListener
    Impl.contextInitialized(PortletContainerContextListenerImpl.java:35)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portal]: WEB2705: Context startup failed due to previous err
    ors
    warning: WEB7102: Error while binding global resources for WebModule [portal]
    warning: WEB7103: Exception while binding global resources:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:329)
    at org.apache.naming.ContextBindings.getClassLoader(ContextBindings.java
    :348)
    at com.iplanet.ias.web.WebModule.bindGlobalResourceRefs(WebModule.java:2
    54)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:206)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portletsamples]: WEB2683: Exception sending context initiali
    zed event to listener instance of class com.sun.portal.common.logging.impl.Logge
    rServletContextListenerImpl
    java.lang.RuntimeException: LoggerImpl.init() - Could nit initialize Log file, a
    ccess denied (java.lang.RuntimePermission writeFileDescriptor)
    at com.sun.portal.common.logging.impl.LoggerImpl.init(LoggerImpl.java:87
    at com.sun.portal.common.logging.impl.LoggerServletContextListenerImpl.c
    ontextInitialized(LoggerServletContextListenerImpl.java:101)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portletsamples]: WEB2683: Exception sending context initiali
    zed event to listener instance of class com.sun.portal.portletappengine.impl.Lif
    ecycleManagerContextListenerImpl
    java.lang.NullPointerException
    at com.sun.portal.portletcontainercommon.descriptor.DeploymentDescriptor
    Reader.<init>(DeploymentDescriptorReader.java:61)
    at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.initDeploym
    entDescriptor(LifecycleManagerImpl.java:138)
    at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.init(Lifecy
    cleManagerImpl.java:97)
    at com.sun.portal.portletappengine.impl.LifecycleManagerContextListenerI
    mpl.contextInitialized(LifecycleManagerContextListenerImpl.java:13)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portletsamples]: WEB2683: Exception sending context initiali
    zed event to listener instance of class com.sun.portal.portletappengine.impl.Req
    uestResponseFactoryContextListenerImpl
    java.lang.NullPointerException
    at com.sun.portal.portletappengine.impl.RequestResponseFactoryImpl.init(
    RequestResponseFactoryImpl.java:115)
    at com.sun.portal.portletappengine.impl.RequestResponseFactoryContextLis
    tenerImpl.contextInitialized(RequestResponseFactoryContextListenerImpl.java:16)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
    t.java:3360)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    716)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:203)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: WebModule[portletsamples]: WEB2705: Context startup failed due to prev
    ious errors
    warning: WEB7102: Error while binding global resources for WebModule [/portletsa
    mples]
    warning: WEB7103: Exception while binding global resources:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:329)
    at org.apache.naming.ContextBindings.getClassLoader(ContextBindings.java
    :348)
    at com.iplanet.ias.web.WebModule.bindGlobalResourceRefs(WebModule.java:2
    54)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:206)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355
    at org.apache.catalina.startup.Embedded.start(Embedded.java:979)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:410)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:505)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    info: HTTP3072: [LS ls1] ready to
    accept requests
    startup: server started successfully
    #

    Since my company is a partner to Sun, we have access to beta site for downloads. Due to internal restrictions I may not be able to share that info. with you. Sorry.
    Sunil.

  • PROBLEMS INSTALLING ADOBE CREATIVE SUITE 4 WEB PREMIUM.

    Can anyone teach me how to turn off the adobe acrobat speed launcher?
    When I was loading the disc a prompt appeared asking me to disable it.
    Being searching the net but nothing helps.
    I just kept having problems installing this software and my computer does qualify for it's requirements.
    I even deleted every adobe file just to install this but nothing helps.
    Any ideas how I could install this right?

    (I give up. I am calling for the helpline.)
    OK recent updates to it more information states:
    Adobe Contribute CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Dreamweaver CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Fireworks CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Flash CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Illustrator CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Photoshop CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Soundbooth CS4
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Version Cue CS4 Server
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
    Adobe Creative Suite 4 Web Premium
    Error:
    Error 1620. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.

  • Re: problem while installing WEB-enyterprise

    Ciao Rajeev
    It looks like you don't have the http directory under your active
    environment.
    Did you copy the http structure from '$FORTE_ROOT/appdist/webenv' to
    '$FORTE_ROOT/appdist/WhateverYourEnvironment' ?
    peace
    Claudio
    -----Original Message-----
    From: Rajiv Srivastava <[email protected]>
    To: [email protected] <[email protected]>
    Date: Tuesday, January 19, 1999 8:48 PM
    Subject: problem while installing WEB-enyterprise
    while running escript to install HTTP library on my machine(WINNT server)
    i am getting a error -
    system Error : There are no distributions available for the application
    HTTP
    can anybody help.
    rajeev
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Starmgmjo,
    Thanks for posting you issue. Kindly browse the below mentioned URLs to install SharePoint 2013 Step by Step
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server
    http://sharepoint-community.net/profiles/blogs/configured-domain-services-controller-and-create-users-and-groups
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-1
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-2
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-3
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

  • Unable to install web server 7.0U2 on linux

    hello,
    i am trying to install web server 7.0U2 on amd64 Debian Linux. however, the installer seems to think that not enough disk space is available, even though there is 18GB free space on /.
    this is the transcript of the installation:
    harmony:/usr/home/river/sws64# ./setup
    Welcome to the Sun Java System Web Server 7.0U2 (64-Bit) installation wizard.
    You will be asked to specify preferences that determine how Sun Java System Web
    Server 7.0U2 (64-Bit) is installed and configured.
    The installation program pauses as questions are presented so you can read the
    information and make your choice. When you are ready to continue, press Enter
    (Return on some keyboards).
    <Press ENTER to Continue>
    Some questions require that you provide more detailed information. Some
    questions also display default values in brackets []. For example, yes is the
    default answer to the following question:
    Are you sure? [yes]
    To accept the default, press Enter.
    To provide a different answer, type the information at the command prompt and
    then press Enter.
    <Press ENTER to Continue>
    Sun Microsystems, Inc. ("Sun") SOFTWARE LICENSE AGREEMENT ("SLA") and
    ENTITLEMENT for SOFTWARE
    A. ENTITLEMENT for SOFTWARE. Capitalized terms not defined in this
    Entitlement have the meanings ascribed to them in the SLA (attached below
    as Section B). These terms will supersede any inconsistent or conflicting
    terms in the SLA.
    Licensee ("You"): The entity receiving the Software from Sun.
    Effective Date: Date You receive the Software.
    Software: Sun Software Portfolio, which may include the following: Solaris
    10, Sun Java System Access Manager, Sun Java System Directory Server
    Enterprise Edition, Sun Java System Identity Manager, Sun Java System
    Identity Manager Resource Adapters: (a) Windows Gateway Script Resource
    Adapter, (b) SQL Script Resource Adapter, (c) Unix Script Resource
    Adapter, (d) Database Table Resource Adapter, (e) Host Mainframe Resource
    Adapter, (f) JMS Resource Adapter, (g) Simulated Resource Adapter, and (h)
    Resource Extension Facility (REF) kit, Sun Java System Federation Manager,
    Sun Java Identity Auditor, Sun Java System Application Server Enterprise
    Edition, Sun Java System Message Queue, Sun Java System Web Server, Sun
    Java System Web Proxy Server, Sun Java System Portal Server, Service
    Registry, Sun Java System Connector for Microsoft Outlook, Sun Java System
    <--[6%]--[ENTER To Continue]--[n To Finish]-->n
    Sun Java System Web Server 7.0 License
    If you have read and accept all terms of the Software License Agreement,
    answer 'yes' to continue with the installation.
    If you do not accept all terms, answer 'no' to stop the installation without
    installing the product. You cannot install the product without accepting the
    agreement.
    Have you read the Software License Agreement and do you accept all terms
    [no] {"<" goes back, "!" exits}? yes
    Sun Java System Web Server 7.0 components will be installed in the directory
    listed below, referred to as the installation directory. To use the specified
    directory, press Enter. To use a different directory, enter the full path of
    the directory and press Enter.
    Sun Java System Web Server 7.0 Installation Directory [sun/webserver7] {"<"
    goes back, "!" exits}: /opt/webserver7
    Select the Type of Installation
    1. Express
    2. Custom
    3. Exit
    What would you like to do [1] {"<" goes back, "!" exits}? 2
    Component Selection
    1. Server Core
    2. Administration Command Line Interface
    3. Sample Applications
    4. Language Pack
    Enter the comma-separated list [ 1,2,3,4,] {"<" goes back, "!" exits}: 1,2
    Based on component dependencies for your selection...
    The following components will be installed:
    Server Core
    Administration Command Line Interface
    Java Configuration
    Sun Java System Web Server 7.0 requires Java SE Development Kit (JDK). Provide
    the path to a JDK 1.5.0_12 or greater.
    1. Install Java SE Development Kit (JDK) 1.5.0_12
    2. Reuse existing Java SE Development Kit (JDK) 1.5.0_12 or greater
    3. Exit
    What would you like to do [1] {"<" goes back, "!" exits}? 2
    Enter the path to an existing, compatible Java SE Development Kit (JDK)
    installation. [usr/home/river/sws64/WebServer/jdk] {"<" goes back, "!"
    exits} /usr/lib/jvm/java-1.5.0-sun-1.5.0.14
    Insufficient Disk space. Total product size is 89 MB. The installer requires
    additional disk space of 89 MB. Free up some disk space and try again.
    <Press ENTER to continue> {"<" goes back, "!" exits} !

    Hi,
    I've tried to install web server 7.0U3 on Debian etch 64 today and ran into the same problem. The solution to that problem was to install those packages: ia32-libs libstdc++5 as discribed here in one of the comments -> http://blogs.sun.com/kkranz/entry/installing_sun_java_system_web
    Cheers,
    Alex

  • Driver issue-problem installing hardware

    I installed the latest update to iTunes yesterday. Now, when I connect my IPod to my PC, I get the following error message:
    "There was a problem installing this hardware-apple IPOD USB driver-An Error Occurred During the Installation of this device. The I/O operation has been aborted because of either a thread exit or an application request."
    I have searched for an updated driver, but I keep getting the same error message as above. The iPod shows up in device manager, but with a yellow exclamation point next to it. It says "The drivers for this device are not installed. (Code 28)." I've also reinstalled the driver.cab file from my Windows installation disk, but none of this has resolved this issue.
    Any help would be greatly appreciated.

    I think I've resolved this issue. I used SYSTEM RESTORE to find a restore point from before I upgraded iTunes. When I went to start iTunes after restoration it didn't want to start, so I had to go to the Apple web site to download and reinstall iTunes. It seems to be working now though some of my music didn't initially sync from the library to my iPod because my computer wasn't "authorized" according to the error message. All I did then was attempt to play oe of the songs that wouldn't sync and I got prompted for my iTunes password, plugged that in and everything seems to have synced just fine.

  • Problem installing ActiveX viewer in Windows 7

    Hello,
    We downloaded the public beta of Windows 7 today and I am getting an error in our web application when it tries to install the Crystal Reports XI ActiveX report viewer (version 11.0.0.1424 of crviewer.dll).  IE8 will issue its normal prompt to ask you if you want to install the control, but after that, the little object image in the upper-left corner of the page turns to a red X.
    I tried using the sample code which comes with Crystal XI (SimplePreviewReport.asp in the "BeginHere" folder) and that had the same problem.  I put some debug code into SmartViewerActiveX.asp and found that I was getting an "ActiveX component can't create object" error on this line:
         Set webBroker = CreateObject("CrystalReports11.WebReportBroker.1")
    I don't think it's a security issue because I am an administrator on the machine and I didn't have any problems installing other ActiveX controls.  I tried running the web site in both the Local Intranet zone as well as the Trusted Sites zone.  I'm also thinking that the issue is more with Windows 7 than IE8 because I have IE8 Beta 2 installed on a Windows XP machine and the Crystal ActiveX viewer installs just fine there.
    Thanks in advance for any suggestions!

    XI R2 is more then an incremental update in some aspects to XI R1. They are officially versioned 11 and 11.5 and XI R2 is considered a new release. However in most aspects to a Crystal R1 customer XI R2 doesn't offer much more in functionality other than it is more up-to-date and is still receiving updates and patches.
    With out looking at Operating Systems or other factors I generally recommend R1 customers move to R2 so they are kept up-to-date. However being an new version that does mean you will need to update your projects to call the R2 runtime, and then you can use the R2 merge modules.
    As for how R2 merge modules work with Windows 7 I cannot say. We will have to wait until Windows 7 final build comes out before we will get a list of supported products on this Operating System, and this can take upwards of 3 months after the OS is released. I would hazard a guess (NOTE: GUESS is the important word here) that R1 and R2 will not be certified with Windows 7. This does not mean it will not work, but does mean it will not be tested and if errors are found that are particular to this OS they will not be fixed.
    Remember that this is just a guess, based on R2 being 3 years old and nearing end of its patch cycle and Windows 7 being at least 4 months away. However this cannot be concidered an official statement it is just my personal opinion. Enough caveats there?
    Trevor

Maybe you are looking for