Deployment of Custom Timer job in Sharepoint 2010 causes error - sharepoint-timer-job

I am creating Timer Job in Sharepoint 2010.
When I try to deploy the solution I get the following error :
Error occurred in deployment step 'Add Solution': Object reference not set to an instance of an object.
I am not able to figure out the cause of this error.
Please help me. Thanks in advance.

Probably issue is related with account you are using to deploy solution. Be sure you are using a farm admin account to add or deploy solutions.
Cheers.

Related

Jenkins issue while adding jira site using OAuth

error seen while trying to test connection
I am getting an error "Invalid input length 849" when I tried to test the connection with the Jira site in Jenkins. I tried to add the site in the Jenkins->configure system section using OAuth.But I can save it.
This is a known issue: https://issues.jenkins.io/browse/JENKINS-68495
Hope they will fix it a day or another...

TF400898: An Internal Error Occurred. Activity Id: 5c6a2800-2077-497d-913d-5fbc0cf5e4a2

I started getting this error this morning. It occurs anytime I try to check in files or perform actions like Show History.
Any idea how I can resolve it?
I'm connecting to an on premise TFS server via http.
I ended up fixing the issue by creating a new workspace and my changes across to there.
No idea what the problem was..

Got TLS error trying to find package cupertino_icons at https://pub.dartlang.org

I am getting below error-
Got TLS error trying to find package cupertino_icons at https://pub.dartlang.org.
pub upgrade failed (69) -- attempting retry 2 in 2 seconds...
My understanding is I am on office network(VPN) thats why I am getting this error. I have tried multiple options and I have seen multiple multiple post but no post shows the exact way of doing things. So I will post my all questions here, if anyone help it will be really helpful for all persons who are going to start work on flutter
1) How to set and create a self-signed certificate?
Do we need to create a self signed certificate for pub.dartlang.org domain?
have tried to create a certificate by using this (https://www.akadia.com/services/ssh_test_certificate.html) use domain as pub.dartlang.org, is this a correct way or how to do it?
2)I have put DART_VM_OPTIONS=--root-certs-file=C:\Users\dev\certs\chrome.cer as my certificate but still issue not resolved.
3)If I have to set https_proxy? What are the values for hostname and port in VPN? How can i find these values?
Flutter app behind corporate firewall throws TLS error during packages get
4) To solve this issue I have seen the reference of this comment
https://github.com/dart-lang/pub/issues/1882#issuecomment-415588527
How to implement this?
I have tried multiple things, if anyone can help how to bypass this error that will help many persons, I think.
I have same error on MACbook when running Flutter Create. When I opened the web-browser to access pub.dartlang.org, there is an error message that says: Your Clock is set incorrectly.
Somehow my date was set to a week ago. Fixing the date resolve the TLS issue.
It can be a network error or some kind of permission issue. I was facing same issue. In my case it was due to network permissions in our organisation. I tried with some another network which has full access and my issue was resolved.
It might be problem with restricted network.
You can set proxy
systemProp.http.proxyPort=PortNumber
systemProp.https.proxyPort=PortNumber
systemProp.http.proxyUser=User
systemProp.https.proxyUser=User
systemProp.http.proxyPassword=Password
systemProp.https.proxyPassword=Password
systemProp.https.proxyHost=YourHost
systemProp.http.proxyHost=YourHost
systemProp.http.nonProxyHosts=YourNonHost
systemProp.https.nonProxyHosts=YourNonHost
It might be a problem with the restricted environment variables sequence. You can set bash_profile:
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
export PUB_HOSTED_URL=https://pub.flutter-io.cn
keynote:
"FLUTTER_STORAGE_BASE_URL" is in front of "PUB_HOSTED_URL"
I was also getting the same error, after upgrading my flutter. I was connected to the internet but my clock was not on correct time. After I have corrected the time on my pc, the error was solved.

TF31001: Cannot Connect to Team Foundation Server

This error occurs after restoring database on TFS
Please guide if anyone resolve this error.
Thanks in Advance
Firstly please make sure you have correctly restored the database, see Back up and restore TFS, then check it again.
If the issue still exists, just try to check below things to narrow down the issue:
Make sure the SQL Server is stated and available, and the network
connectivity is OK.
Check the Service Account, make sure the Service Account has been
added in SQL Server.
Trying refer to the solution in below link to fix the issue:
http://www.ganshani.com/blog/2014/04/solved-tf246017-team-foundation-server-could-not-connect-to-the-database/
If above solution can not resolve the problem, please check the Event log. The Windows Event Log is a good candidate where to look for the potential cause.

Zephyr for Jira Importer (zfj-importer) Connection denied

In my company we already use JIRA and plan to use Zephyr for JIRA for our Testmanagement.
In order to test the AddOn I created a JIRA-Cloud test-account.
Now I want to import some test-cases using the zfj-importer
When trying to connect with the tool, I get this error message:
I followed the steps in the Wiki, so I don't know why I get this error? Maybe somebody has had this before.
Thank you!
The issue was that I was trying to connect behind my company proxy.
Switching to a "normal" network worked for me.

Resources