Questions tagged [deploying]

161 questions
0
votes
1 answer

Axis2 web service deploying by Netbeans 6.8 build-impl.xml:166 error

I tried to create a simple web service using Axis2 + Tom cat + Netbeans 6.8 like this tutorial. http://netbeans.org/kb/69/websvc/gs-axis.html#deploy_axis but after all configured as it says and when developing it gives this error: E:\WorkDesk\Java…
0
votes
1 answer

Error when deploying Silverlight5 app: Load operation failed for query

I am having trouble deploying a Silverlight5 application. I'm releasing to a Windows server 2003 R2 running IIS6. This is the error that I get: Load Error - System.ServiceModel.DomainServices.Client.DomainOperationException: Load operation failed…
Amanda
  • 159
  • 1
  • 3
  • 16
-1
votes
1 answer

Copy SSIS Package Created in SQL Server 2008 onto SQL Server 2005

I am having problems moving an SSIS package I created on one server in MS Visual Studio 2008/MS SQL Server 2008 to a server which has MS SQL Server 2005. I am getting the following error and would appreciate your advice: Storing or modifying…
daniness
  • 363
  • 1
  • 4
  • 21
-1
votes
1 answer

Laravel deploying 403 Access Forbideen

I'm trying to deploy my laravel 8 project in my hosting. After I publich whole files of the projct, I got the 403 Access Forbidden. My websites on the server work perfectly, but this project I don't know what's is the problem. And I'm sure that…
-1
votes
1 answer

How to solve Flask/Heroku Error: “Method Not Allowed The method is not allowed for the requested URL”

I'm working with flask, heroku and flutter but when I call the the url I got the following error. This is my code for the app.py: from flask import Flask, jsonify, request import pandas as pd import numpy as np import joblib import traceback from…
-1
votes
2 answers

Publish asp.net application to godaddy web server

I have a completed web form application (with 3 SQL server databases tied to it) that I created with visual studio and I want to upload it to my godaddy server. My application needs to go to a specific folder in my server so I would prefer to…
dizad87
  • 448
  • 4
  • 15
-1
votes
1 answer

Server Error in '/' Application. The system cannot find the file specified

I'm new to MVC3. I've created a web application using MS tutorial. I succeeded to deploy the application to a third part server. Steps taken by me to deploy the databases (Business and ASP membership databases). for both databases I took a backup…
-2
votes
1 answer

when i am trying to deploy my django project on heroku server these errors are showing so please give any ans

ERROR: Command errored out with exit status 1 ERROR: "Failed building wheel for backports.zoneinfo", ERROR: "Could not build wheels for backports.zoneinfo", which is required to install pyproject.toml-based projects Push rejected, failed to compile…
Ganesh
  • 3
  • 1
-2
votes
1 answer

HoloLens Deployment

I have build an application in unity and I am trying to test out my project on to holoLens. When I hit the run button I get an exit code 1 error. I have already upgraded Visual Studio, debug deploy is enabled.
-2
votes
3 answers

How to resolve this Java Unsupported Class Warning

warning: javax\servlet\RequestDispatcher.class(javax\servlet:RequestDispatcher.class): major version 51 is newer than 50, the highest major version supported by this compiler. It is recommended that the compiler be upgraded. warning: …
Taj Masindi
  • 136
  • 4
  • 10
-3
votes
1 answer

I was deploying my python ML project on Heroku, got these errors

while I was developing in the Build main section got these errors Collecting importlib==1.0.4 Downloading importlib-1.0.4.zip (7.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with…
1 2 3
10
11