Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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


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

Recommended Posts

Posted

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

Posted

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))

  • 5 weeks later...
Posted

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.

This topic is 2464 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.