|
From: Jason P. <jas...@gm...> - 2006-10-17 06:54:53
|
No worries. I solved it in the interim by deploying the Microsoft.VC80.CRTinto the library path of the java app. This is found in %Program Files%\Microsoft Visual Studio 8\VC\redist\x86 It's basically a manifest file and three dlls. Having this in the same path as wrapper.dll fixes the problem. I can confirm that the machine I have on which it worked the first time also has Visual Studio 2005. P.S. I found a few postings about this elsewhere, so you're not the only one to bump into this. On 10/17/06, Leif Mortenson <le...@ta...> wrote: > > Jason, > For the 3.2.2 release, I upgraded from Visual Studio 98 (v6) to Visual > Studio 2005 (v8). I am looking into it right now, but I may have > inadvertently > changed the requirements for the wrapper to work. > It still builds fine under v6, so if necessary I can put out a 3.2.3 > release > with that down grade. Let me try to figure out what the root cause is > though. > Gotta love Microsoft.... :-/ > > Cheers, > Leif > > Jason Polites wrote: > > I am getting a strange error when trying to run the wrapper on a > > freshly installed Windows 2003 server box: > > > > "The system cannot execute the specified program." > > > > Looking at the Windows Event Log, I see: > > > > Generate Activation Context failed for > > D:\java\wrapper-windows-x86-32-3.2.2\bin\wrapper.exe. Reference error > > message: The operation completed successfully. > > > > Then: > > > > Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference > > error message: The referenced assembly is not installed on your system. > > > > Any idea what I need to do here? Everything works ok on my Windows XP > > (SP2) box, but not on my 2003 server box, or another XP machine which > > doesn't have SP2. > > > > Thanks. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |