question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Class inspection for twitter4j.Status not found

See original GitHub issue

@rhuss @zregvart is it possible that inspection wasn’t generated for latest image?

{
  "ClassInspectionRequest": {
    "jsonType": "io.atlasmap.java.v2.ClassInspectionRequest",
    "classpath": "",
    "className": "twitter4j.Status",
    "disablePrivateOnlyFields": false,
    "disableProtectedOnlyFields": false,
    "disablePublicOnlyFields": false,
    "disablePublicGetterSetterFields": false
  }
}
{
  "ClassInspectionResponse" : {
    "jsonType" : "io.atlasmap.java.v2.ClassInspectionResponse",
    "javaClass" : {
      "jsonType" : "io.atlasmap.java.v2.JavaClass",
      "status" : "NOT_FOUND",
      "className" : "twitter4j.Status",
      "javaEnumFields" : {
        "javaEnumField" : [ ]
      },
      "javaFields" : {
        "javaField" : [ ]
      }
    },
    "executionTime" : 0
  }
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:21 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
dsimanskcommented, Dec 6, 2017

Nevermind, it’s my error when filling credentials.

0reactions
chirinocommented, Jan 4, 2018

Fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Twitter4j streaming api call throwing class not found exception
I am writing a utility class using twitter4j for multiple purpose. I am able to search tweets based on Hashtags, location etc but...
Read more >
Twitter4j.internal Classes not found · Issue #107 · twitter/hbc
Hi, I'm getting a runtime error: Exception in thread "Thread-0" java.lang.
Read more >
Status - Twitter4J
Class Status. A data class representing one single status of a user. returns The location's latitude that this tweet refers to. returns The...
Read more >
Status - Twitter4J
A data interface representing one single status of a user. ... java.lang.String, getLang(). Returns the lang of the status text if available.
Read more >
twitter4j Class Twitter
Invalid/missing status IDs will be ignored. location - The location that this tweet refers to. Returns: the latest status; Throws: TwitterException - when ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found