Jump to content

360 Plastic - Unable to process because of java.lang.nullpointerexception


This topic is 2226 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am updating from v2.33 to v3.x on Windows. It's older installations. I have multiple machines to update. Because of the TSL 1.2 requirements.

The plug-in either has first time initialization problems. Or, I get the Unable to process because of java.lang.nullPointException

Attached is a fresh log file from an attempt to run a credit card.

 

Help

360Plug-ins_Runtime.log

Link to comment
Share on other sites

In my case, the problem seems to stem from the command CCSetTestMode.

I set my variable from a field as in CCSetTestMode(Setup::test_mode)

When I force the command to CCSetTestMode(0), the problem goes away.

So, I will change my script to the following and re-test.

If(Setup::test_mode; CCSetTestMode(1); CCSetTestMode(0))

Link to comment
Share on other sites

  • 5 weeks later...

Hey there,

  That should do the trick. It appears as though the complaint our plugin had was with null being passed as a parameter, meaning it wasn't being set at all. I'll talk to our developer in regards to whether TestMode should default to a value if not set, or provide some error prompting indicating the issue in plain language. Thanks for bringing this to our attention.

Link to comment
Share on other sites

This topic is 2226 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.