Recently active
Hi!Is there any event that triggers when the Dependencies.xml file is uploaded by the Axeda Agent upon service restart? I have a use case is to trigger an SCM download based on the content of the Dependencies.xml file. I am thinking I can hook up a subscription based on an event that should get fired upon the file upload. Could you please point me towards one. Thanks,Ashish Tamhane
Hello community, I would like to learn when thingworx return a timeout or connection refused or 404. I put to you in context, we have a simulated device that send data to one thingworx endpoint each 15 seconds, and sometimes we receive the next errors:timeout errors (Appear in our log as "Task cancelled" as a connection attempt will timeout after 5 seconds.)Connection refused error (Connection refused only occurred 3 times, the others more often)404 errorHere I can put some logs:timeout error - reference to TaskCanceledExceptionConnection refused Can you help me to discover which is the problem and when happen each error? Thank you in advance,Luis.
Hi, Does Thingworx have any extensions to integrate JMS Connectors. Best Regards,
I am not able to assign tags in a mashup, whenever I drag the tag to the mashup it blocks and does not assign
I am adding a dropdown to an existing responsive container which has some other elements as well, when added the widget feels out of place ( pic. #113), but when the mashup is loaded it is in place that is after the existing widgets( pic. #114) which feels confusing. Even while editing, i am moving those widgets but they are just going back to the original positions, Any idea why this might be happening and is there any documentation which i can refer to for understanding the positioning of the elements.
How to collect thread/heap dumps for thingworx container running on AKS.?
Hi, What is the datashape of infotable at partsToSend parameter. Where to define subject, content, from and to address? Also, how to send both the body and file attachments in a single mail ? Reference from topic Best Regards
Dears, I have a service that needs to be executed after Thingworx is started or restarted, is there a way to automatically execute it after startup, thanks! BR,Chason
Hi,I am developing a remote thing and I get two errors. In the command prompt of my Remote Thing application: Error in VirtualThing processing of Service request from Platform. Object reference not set to an instance of an object When calling the remote service from thingworx, I get: Error in VirtualThing processing of Service request from Platform. Object reference not set to an instance of an object.From what I see the name of the remote service is correct in thingworx and my code, so what does these errors mean? In thingworx, the error is displayed with null after it. Kind RegardsOskar Berntorp
We are unable to access Thingworx composer after windows server updates and getting error "SEVERE: Exception sending context initialized event to listener instance of class " tomcat log. The service stop automatically whenever we try to start it. The application was running fine and we didn't performed any major changes except windows updates.Can you please help us to find/resolve this issue? Why it occurs and how to resolve this? ThingWorx Version : 9.3.5 (Postgres) Error log: Jan 17, 2024 4:45:22 AM org.apache.catalina.core.ApplicationContext logINFO: No Spring WebApplicationInitializer types detected on classpathJan 17, 2024 4:45:29 AM org.apache.catalina.core.StandardContext listenerStartSEVERE: Exception sending context initialized event to listener instance of class [com.thingworx.system.ThingWorxBootstrapper] Attaching complete log file
É possível configurar um mashup Thingworx em CSS e HTML, fazendo como uma configuração de site? Is it possible to configure a Thingworx mashup in CSS and HTML, doing it as a website configuration? Translated by the Community Moderation using Google Translate
Hello, I am developing a extension for ThingWorx application and trying to log the errors and warnings in the Application Log file using below code. private static final Logger _logger = LogUtilities.getInstance().getApplicationLogger(CG_Authenticator.class)_logger .info("Test Info Logger message") I am able to see the log messages in the Application Log, but the User column is showing as "????" in the logs. Please refer below image. Can someone provide any inputs, what am I missing or there is any additional configuration for loggers that is needed?Thanks & Regards,Bhushan
Talking about these lines in particular and the respective menus they open - for the main user base it would be very inconvenient if these were English only and make the whole widget almost wholly unusable sadly. Running on Version 9.3.7!
We are unable to access Thingworx composer after windows server updates and getting error "Extension jar(s) were not found in lib/common directory of the extension" in application log. The service stop automatically whenever we try to start it. The application was running fine and we didn't performed any major changes except windows updates.Can you please help us to find/resolve this issue? Why it occurs and how to resolve this? ThingWorx Version : 9.3.5 (Postgres)
Hi, When you try to log in through the below URLhttp://localhost:8081/Thingworx/FormLogin/confirm/TestLoginYou get a Login form with a Reset button, and another form appears when you press the Reset Password.Business wants to customize the dashboard. Is there a way to do it?As per the link here, I can see we need to customize the JSP files, isn't there other way?Thanks,
I've created an account, I've granted it permissions, but it still won't run.Why? Please help.Version 9.3.4
I have service, which results with Infotable. Format of infotable is:{ name: string; station1: integer; station2: integer}I present this infotable in mashup with tree grid advanced. I can get into widget configuration & change title for columns, so at the top row it will show it like: time, Ast10 Ast20.But I would like to have it dynamically changed. So, if I use mashup with parameter A, I would like to have there text Ast20, but with parameter B, I would like to have there BAC. I thought about making a service, and add result of this service as a source for configuration.But how string for configuration should be formatted, so both (or even all three) columns will have titles generated by code? Or maybe there's other way to cope with that?
HI, I would like to know how I can restart all industrial things after Tomcat reboot. I made service and it looks like that: if (itemNumber <= (me.foundThings.rows.length - 1)) { var foundItem = me.foundThings.rows[itemNumber].Name; Things[me.foundThings.rows[itemNumber].Name].RestartThing(); for (var x = 0; x < 3000; x++) { //sleeper } me.foundThings.rows[itemNumber].Status = 'Done'; me.foundThings.rows[itemNumber].LastConnection = new Date(); me.RestartConnection({ serverName: serverName /* THINGNAME */, NameThing: me.foundThings.rows[itemNumber].Name /* STRING */ }); result = itemNumber + 1; } else { result = 10000000; } RestartConnection service was created to re-append the Kepware server name to the Industrial Thing properties.My problem is that what I created works very randomly. Of the 3, Industrial Things restarts 1 or 2 or does not add the server name to Industrial Thing.How can I create a tool to restart all Industrial Things to
Hello, my company updated thingworx from 9.1.10 to 9.3.7 and now we got that wierd behavior on a Grid Advanced Widget. What we want is only 1 row is selected and always at least 1 row is selected. So you cant unselect. This worked as intended on 9.1.10 but after the upgrade we got actually a different behavior. The changedRow event always triggers, even i dont change it. I just click on the selected row and it will be unselected. I tried to play around with all properties and it still doesn't work. Have anyone a working solution? Or will this be fixed in a upcoming version? Because we will not upgrade for the next 1 or 2 years.
Hi Team, I am facing problem somehow similar to this topic. Problem is ,I am using widget mashup container and thing with get properties to get data from properties, passing mashup name to container mashup though menu in the mashup as well as some some other parameters to containers, using 2 properties with subscription service in the thing. but facing below issue. Issue 1- when enabling checkbox "Automatically update values" of get properties, parameters not passing in runtime to container mashup Issue 2-when unchecking checkbox "Automatically update values" of get properties, parameters passing in runtime to container mashup Can you please provide reason and solution on this? My requirement is to keep checkbox enabled and parameter should pass to container mashup in runtime.
Hello, We are working on a project using Thingworx 8.5.3. We have several UX widgets that were built for us as custom extensions. We import these extensions using the "Import" dialog. The extensions have been packaged a .zip files. The app runs fine in its current form and all the extensions work. However, we are unable to edit the app in the Thingworx Composer:- When we open the mashup, all the custom widgets are not visible in the mashup editor- When we save the mashup and export it as XML, we can see that the XML code for the custom widgets is actually removed- We don't see any errors in the logs in the "Monitoring" section Separately from this, I don't see a place where the imported widgets can be viewed in Thingworx composer the same way that we can view Mashups, Mashup Master, etc. I have the following questions:1. Is there something that we need to do to make the custom widgets appear? Could it be a configuration?2. Is there a place to view th
Hi,Thingworx was working fine till now and after a system update the tomcat is not starting and I have found an error in tomcat logs during tomcat service startup which is mentioned below. Jan 17, 2024 4:45:22 AM org.apache.catalina.core.ApplicationContext logINFO: No Spring WebApplicationInitializer types detected on classpathJan 17, 2024 4:45:29 AM org.apache.catalina.core.StandardContext listenerStartSEVERE: Exception sending context initialized event to listener instance of class [com.thingworx.system.ThingWorxBootstrapper] I have also attached the application log and tomcat log along with this question.Someone kindly help me to resolve this. Thingworx version: 9.3.5-b1258Java version: jdk-11.0.16.1DB: PostgreSQL 15
Can anyone please let me know how to remove this input and label from this widget. Actually i am sending everytime dynamiclly data of key value pairs from back. i dont need the input and label on it again. Please have a look in the attached picture.
So first of all in my datatable i have entries and the datashape for each entry is as below: qualityCheckTimestamp [DateTime]serialNumber [DateTime]MaterialNumber [String]userIdentification [String]SData [InfoTable]status [Boolean]ProDate [DateTime]affix [String] qualityCheckTimestamp and serialNumber are my primarykeys. With FindDataTableEntries first of all i have set an index in configuration of the datatable. i have selected userIdentifcation field as my index in Configuration. I have set an index then restart my thing then reindex service i have executed. Now in FindDataTableEntries service in parameters(maxItems and values) in values parameter i have written in useridentification field for eg JHON and other all fields i have left empty because i need the data where the useridentification field will match to JHON but it returns no data. Can someone please give me details about my problem. Why i am unable to get
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.