Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Installation problems
tr
#1 Posted : Tuesday, September 14, 2010 6:19:02 AM(UTC)
Groups: Member
Joined: 9/14/2010(UTC)
Posts: 2
Location: barcelona

Hi, I am trying to install Cassini web server on XP. It seems to install ok and opens the http://ultidev.com/Produ...ini/CassiniDevGuide.htm page. However, the only options I have in the menu are

- About Cassini Web Server for ASP.NET 2.0
- Restart Cassini for ASP.NET 2.0 Service

The error log has the following message:

The description for Event ID ( 11001 ) in Source ( MsiInstaller ) 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: Product: UltiDev Cassini Web Server Explorer -- Error 1001. ; (NULL); (NULL); (NULL); (NULL); ; .

I have also downloaded the following files.

- CassiniExplorerSetup.msi
- CassiniServer2Setup.msi

When I try to install CassiniExplorerSetup.msi, it gives me the following error message:

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869

There are two new errors in the log:

The description for Event ID ( 11001 ) in Source ( MsiInstaller ) 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: Product: UltiDev Cassini Web Server Explorer -- Error 1001. ; (NULL); (NULL); (NULL); (NULL); ; .

Product: UltiDev Cassini Web Server Explorer -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869. The arguments are: ErrorDialog, ,

Running the CassiniServer2Setup.msi, I am asked if I want to Repair or Remove. If I choose repair, I recieve the same message as above:

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869

Again, two new errors are added to the event log:

The description for Event ID ( 11001 ) in Source ( MsiInstaller ) 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: Product: UltiDev Cassini Web Server for ASP.NET 2.0 -- Error 1001. ; (NULL); (NULL); (NULL); (NULL); ; .

Product: UltiDev Cassini Web Server for ASP.NET 2.0 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869. The arguments are: ErrorDialog, ,

Is there something in my configuration that is preventing the install?

Thanks in advance!





tr
#2 Posted : Wednesday, September 15, 2010 6:35:42 AM(UTC)
Groups: Member
Joined: 9/14/2010(UTC)
Posts: 2
Location: barcelona

Recieved the 2 new msi files.

No problems installing CassiniServer2Setup.msi.

However CassiniExplorerSetup.msi won't install and throws the same errors as in the previous post.

Thanks!
Ultidev Team
#3 Posted : Thursday, September 16, 2010 6:57:52 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi!

Since we can't pinpoint the issue with the Cassini Explorer, we can help you with working around its functionality, which is to register applications with Cassini by modifying configuration file. Config file format is quite simple and can be created and edited manually.

To create configuration file manually, please put the snippet below into the "C:\Documents and Settings\All Users\Application Data\UltiDev\Cassini\CassiniMetabase.xml" file, replacing values with those that make sense for your application, like application's physical location, port, name and default document. If some folder's beyond "C:\Documents and Settings\All Users\Application Data" don't exist, please create them first.
Code:
<?xml version="1.0" encoding="utf-8"?>
<CassiningMetabase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Application FrameworkVersion="2.0" KeepRunning="false">
<PhysicalPath>C:\WebAppFolder</PhysicalPath>
<Port>12568</Port>
<Name>XOXOXO</Name>
<Description />
<DefaultDocument>Default.aspx</DefaultDocument>
<ApplicationID>472174B7-148C-4810-B242-F0CA052588E3</ApplicationID>
</Application>
</CassiningMetabase>


Once this is in place, your application would be accessible on the http://machinename:12568/, given that Cassini Server installed OK and is running.

Please let us know if this information was helpful.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
david.grigoryan
#4 Posted : Tuesday, May 31, 2011 4:44:57 AM(UTC)
Groups: Member
Joined: 5/31/2011(UTC)
Posts: 1
Location: Armenia

Hello, I have the same error that described in top. Can you please send me this files also.

Thanks in advance.
Ultidev Team
#5 Posted : Thursday, June 2, 2011 9:47:43 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi, David.

We have email the files to your forum email account.
If it didn't help, please consider using the test build of our next generation web server product: UltiDev Web Server Pro.

Please let us know if this information has helped you solve the problem.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#6 Posted : Tuesday, March 8, 2016 3:08:10 AM(UTC)
Groups:

Message was deleted by a Moderator.
Rss Feed  Atom Feed
Users browsing this topic
Guest (4)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.