Questions tagged [legacy-app]

30 questions
15
votes
5 answers

Diagnosing the .NET Legacy

Assume you are taking over a legacy .NET app. written in C# What are the top 5 diagnostic measures, profiling or otherwise that you would employ to assess the health of the application? I am not just looking at the "WHAT" part of diagnosis but also…
Shankar R10N
  • 4,926
  • 1
  • 21
  • 24
7
votes
1 answer

How do I change my "legacy packaged app" into an "extension"?

I have looked at the Google documentation but I can't see how to change its type. This is the error I get on loading. There were warnings when trying to install this extension: 'browser_action' is only allowed for extensions, and this is a legacy…
3
votes
1 answer

Where can I download `idndlpackage.EXE`?

Supporting Internationalized Domain Name (IDN) on Windows XP requires "Microsoft Internationalized Domain Name (IDN) Mitigation APIs", whose file name is idndlpackage.EXE, but the download link is now unavailable on the Microsoft website. Where else…
Victor
  • 1,303
  • 1
  • 10
  • 28
2
votes
1 answer

Android GCM - WakefulBroadcastReceiver.startWakefulService crash due to IllegalStateException 8.0

We just migrated app's target api to Android API 27 (8.1) and it keeps on crashing when notification arrives specially when the app is in the background. java.lang.RuntimeException: Unable to start receiver .service.GCMBroadcastReceiver:…
2
votes
1 answer

Should I restrict gem versions when cloning a legacy Rails app?

Most instructions for cloning and running a Rails app just suggest downloading the files and running... bundle install But, if you're dealing with a legacy app already in production, shouldn't you put in the restrictions to make sure you're in sync…
Travis Smith
  • 622
  • 5
  • 22
2
votes
1 answer

How to create MVC4 wrapper around existing/legacy classic ASP application?

I have a large legacy web application written in a combination of classic asp and asp.net webforms. The client has agreed to rewrite the application and we have decided to use MVC4 but of course we don't have the time to stop support on the legacy…
youngaj
  • 186
  • 1
  • 9
2
votes
1 answer

How do I Download A Legacy ( Older ) Version of FDT 5.0 or FDT 4.5?

I'm looking for older versions for FDT to download. Where can I find them? I rely on a particular workflow that existed in one of these earlier versions.
Alan Klement
  • 1,218
  • 7
  • 18
1
vote
1 answer

Using the Standard Template Library with Visual Studio 4.0

I am trying to compile some code using version 4.0 of Visual C++ Studio. I understand that I need to use the standard template library for this code, here is where the compiler stops with an error: #include fatal error C1083: Cannot open…
germ666
  • 11
  • 2
1
vote
1 answer

Java 1.5 java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)

We have built a Java Web service client project using Axis in order to connect and call a Web Service. Our Java client is deployed in JBOSS 4 that is using Java JDK 1.5. We are facing an issue with the SSLHandshake: Prime size must be multiple of…
1
vote
0 answers

Execute Java petstore 1.1.2 using JDK1.8

I need to run JPS 1.1.2 (exactly that version) on a server (JBoss, Tomcat, Glassfish,...) using Java SE 7+. I have managed to deploy it on a Glassfish server (running with JDK1.8). I had to modify the SQL code to populate the database. But, i can't…
MadMaxtun
  • 11
  • 4
1
vote
1 answer

What's the best way to support the "ROLE_" prefix for Spring Security?

If you are supporting an older application that does not have prefixes on all the roles, what is the best way to support the "ROLE_" prefix? Is there a way to ignore or omit it from loading?
jnrcorp
  • 1,905
  • 1
  • 18
  • 25
1
vote
0 answers

Does Jagacy have to be launched from within the target app

We have a target CSharp app which needs to be populated with the data from a 3270 terminal. We intend to use Jagacy3270 as the terminal emulator for it and also utilize the screen scraping functionality in order to populate the fields of the CSharp…
Inxsible
  • 700
  • 5
  • 27
1
vote
1 answer

MSC000001: Failed to start service jboss.web.deployment.default-host./scWeb ..... JBAS018040: Failed to start context

I am getting following error as part my deployment. Actually I am deploying Websphere application in JBoss. I am sorting out issues one by one. Please guide me if anyone aware of this error. If you need any other configuration details I can…
Dev Anand Sadasivam
  • 699
  • 7
  • 21
  • 49
0
votes
1 answer

Are there any stable mongoDB drivers available for .NET 2.0?

I have been taking a look around and the most popular .NET drivers for mongo DB all mention their LINQ capabilities. However, I have a legacy application written for .NET 2 that I need to integrate with a mongoDB instance. I know this sounds like…
graney
  • 1,365
  • 2
  • 13
  • 20
0
votes
0 answers

How to run a Cobol application on Hercules mainframe emulator (Terminal 3270)

I am beginner to mainframe applications and want to perform a simple POC for understanding where I want to run a sample Cobol application on Hercules mainframe emulator with terminal 3270, application also consist of JCL, BMS, VSAM files so, also…
1
2