Search found 1457 matches

by PointsWell
Fri Aug 31, 2018 9:08 am
Forum: General discussion and questions about Aware IM
Topic: Consuming an AIM REST API from with AIM app
Replies: 18
Views: 26952

Re: Consuming an AIM REST API from with AIM app

Would you not be better using the java API for that?
by PointsWell
Thu Aug 30, 2018 7:06 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Re: Server attempting to connect to 45.248.77.245

You know when you are so tired you can’t remember your name. Well if you use a well known VPN and select an Australian server, then the IP address will be in the range 45.248.77.nnn, and AIM working as it should shows me in the logs. That would explain the highly specific access of AwareIM folders. ...
by PointsWell
Thu Aug 30, 2018 6:53 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Re: Server attempting to connect to 45.248.77.245

So I identified myself in the logs unsurprisingly, I don't need to keep my own stupidity on show here.
by PointsWell
Thu Aug 30, 2018 6:40 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Re: Server attempting to connect to 45.248.77.245

eagles9999 wrote:That is EXACTLY my point.

Possible someone has been in there and doing their own thing.

Hmm interesting...

There is a weird access log called myfirstapp_access_log.txt and in it are a bunch of attempts to access from 45.248.77.204
by PointsWell
Thu Aug 30, 2018 5:55 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Re: Server attempting to connect to 45.248.77.245

Have you run a Penetration Test against the server. I recently used https://pentest-tools.com which runs quite an extensive set of vulnerability tests (26) and gives you 500 credits for 45 bucks. Revealed some very interesting stuff that I have since fixed by updating some of the configuration in t...
by PointsWell
Thu Aug 30, 2018 1:59 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Re: Server attempting to connect to 45.248.77.245

Once you get to the bottom of this, please share with us. Does the app run slow? it seems like each timeout takes 30 seconds, before the next try. Haven't noticed it running before it was just because the server was idle that it showed up (when the server is running I suspect it disappears into a w...
by PointsWell
Thu Aug 30, 2018 1:16 am
Forum: General discussion and questions about Aware IM
Topic: Server Cycling through ports trying to connect to client.
Replies: 12
Views: 13491

Server Cycling through ports trying to connect to client.

My server output periodically shows the server attempting via activemq to connect to a server in Brisbane 45.248.77.245 Is this just me? It doesn't appear to be any service that I have called (consciously). They are all private ports... 2018-08-30 10:55:33,486 org.apache.activemq.broker.TransportCon...
by PointsWell
Wed Aug 29, 2018 6:14 am
Forum: General discussion and questions about Aware IM
Topic: (1/2 Solved) 8.1 UI Q. How to Unset Reference?
Replies: 2
Views: 3363

Re: 8.1 UI Questions

#1 - If your drop down is retrieving values from a lookup object, why not just use a reference object instead of plain text? That would definitely prevent adding in random text. As a rule I don't use static text fields for lookups because a change in term then requires an app rebuild, where if the c...
by PointsWell
Tue Aug 28, 2018 11:39 pm
Forum: General discussion and questions about Aware IM
Topic: REST as a validation mechanism
Replies: 15
Views: 21268

Re: REST as a validation mechanism

I'm in the depths of getting acquainted with Java using this series of videos. I've found the guy to be relatively clear in a kind of NPR chatty sort of way. If anyone is checking him out ignore the first chapter it (https://caveofprogramming.com, he's also on Udemy and Teachable). It's at the perfe...
by PointsWell
Mon Aug 27, 2018 2:07 am
Forum: General discussion and questions about Aware IM
Topic: REST as a validation mechanism
Replies: 15
Views: 21268

Re: REST as a validation mechanism

Attached is my sample plug-in. Read the included readme.txt file Thanks Bob. What you've sent me is straightforward and I can figure out what is going on here (i.e. I think I can crib it to use other needs) So using the website's example this returns: ===================== {"valid":true,"database":...
by PointsWell
Wed Aug 22, 2018 12:39 pm
Forum: General discussion and questions about Aware IM
Topic: REST as a validation mechanism
Replies: 15
Views: 21268

Re: REST as a validation mechanism

If you don’t speak Java, how long would you be looking at to figure it out? Is it something that if you had a template or an existing example you could figure out? Probably more but can’t think at the moment. Too early. What is your background? Do you know any other computer languages? I have a deg...
by PointsWell
Tue Aug 21, 2018 9:18 pm
Forum: General discussion and questions about Aware IM
Topic: REST as a validation mechanism
Replies: 15
Views: 21268

Re: REST as a validation mechanism

So far so good, except that I'd like to dynamically add all of this information while the user is keying in the form. Why, would I do that if the information is all available elsewhere? Because the EICSD where it comes from is borne from EDI standards from mainframe times and sometimes will split a...
by PointsWell
Tue Aug 21, 2018 11:02 am
Forum: General discussion and questions about Aware IM
Topic: REST as a validation mechanism
Replies: 15
Views: 21268

Re: REST as a validation mechanism

The challenge: You cannot REQUEST SERVICE from a business rule, which is essentially where you'd need to trigger it. Is it not possible to start the REST process from an object rule that triggers the process. Also, have the object rule set to dynamic so it's triggered by some attribute recalculatio...