Re: How to search for a CAD object that is in a particular workspace?
Error in when starting the Server Manager:ERROR [main] wt.manager.ServerManagerImpl - Failed to create JmxConnectInfo!
Hi all,
I am new to Windchill and also to configuring Windchill to have multiple MS and BGMS.
I've set up a new configuration with 2 MS and 3BGMS.
Right now when i start the Server Manager i get the following error:
2017-03-08 08:53:51,915 INFO [main] wt.server.manager.startup - Registry created: RegistryImpl[UnicastServerRef2 [liveRef: [endpoint:[ch-s-0008278.ch.abb.com:5002,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[0:0:0, 0]]]]
2017-03-08 08:53:51,930 ERROR [main] wt.manager.ServerManagerImpl - Failed to create JmxConnectInfo!
sun.management.AgentConfigurationError
at wt.jmx.core.remote.ConnectorBootstrap.checkPasswordFile(ConnectorBootstrap.java:570)
at wt.jmx.core.remote.ConnectorBootstrap.startRemoteConnectorServer(ConnectorBootstrap.java:374)
at wt.jmx.core.remote.ConnectorBootstrap.initialize(ConnectorBootstrap.java:281)
at wt.jmx.core.remote.ConnectorBootstrapUtil.initRemoteJmxConnectorInternal(ConnectorBootstrapUtil.java:97)
at wt.jmx.core.remote.ConnectorBootstrapUtil.getRemoteJmxUrl(ConnectorBootstrapUtil.java:70)
at wt.jmx.core.remote.ConnectorBootstrapUtil.initRemoteJmxConnector(ConnectorBootstrapUtil.java:51)
at wt.method.jmx.JmxConnectInfoHelper.<clinit>(JmxConnectInfoHelper.java:51)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:191)
at wt.manager.ServerManagerImpl.<clinit>(ServerManagerImpl.java:123)
at wt.manager.ServerManagerMain.startServerManager_internal(ServerManagerMain.java:367)
at wt.manager.ServerManagerMain.run(ServerManagerMain.java:295)
at wt.manager.ServerManagerMain.main(ServerManagerMain.java:225)
Do you have any idea how i can fix this?
Alex
Re: New Representataion
My preferred option is to add a property to your xconf file.
Example:
<Propertyname ="publish.service.readytopublish.enabled"overridable ="true"targetFile ="codebase/WEB-INF/conf/wvs.properties"value ="true"/> <!-- Publish at Check In -->
<Propertyname ="publish.service.documents.checkin.enabled"overridable ="true"targetFile ="codebase/WEB-INF/conf/wvs.properties"value ="false"/> <!-- Publish at Check In -->
Re: New Representataion
If you need to have additional file types like step or dxf then you need to setup some publish rules.
Have a look at https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS81396
Re: Is there any way to find under which organization the container(Product, Liberary,etc.) is created
Thank You so much Binesh Kumar.
Now I am able to see the organization name in the container.
Re: Customize collection toolbar per user??
Can you achieve the same result using profiles or is a customization required?
To answer your question, yes, anything we can do to reduce the extra clutter improves the user experience.
Re: Customize collection toolbar per user??
Hi Tom.
Thanks for your reply. Many of the actions would not be shown/hidden based on roles. That is a good idea.
If you are really interested, then would you create a Product Idea with an example of how a common UI could be simplified for one of your user roles?
Thanks
Jennifer
Re: Error in when starting the Server Manager:ERROR [main] wt.manager.ServerManagerImpl - Failed to create JmxConnectInfo!
Looks like one of the startup commands has incorrect values. Could you let us know the changes you made to the properties to add more MethodServer or may be attach the wt.properties file?
Re: Windchill workflow activity rename
Yes, we initiated the new workflow- other changes in the workflow are in there , like instructions, just the name change is not taking? We import workflows from one server to another for testing from Development to Test server and we did reboot the servers to see and that isn't making a difference. I think we are going to have to recreate the activity task to get the name change to take. We have a lot of name changes. I wish I could figure this out?
Did any one tried "Using custom reports from Windchill" Module in the Windchill Extension Guide?
Re: Windchill workflow activity rename
Does it work on your development server? If you open process manager, what is the name of the task there? just curios
Re: We want to a report in Intralink 10.2 ( all file names, size and version details).
Hi Binesh,
Thanks for reply.
Is it a DB Query or Report Builder ?
Appreciate your help.
Re: Windchill workflow activity rename
The task names aren't changed within the workflow on the development server or the test server. When I open the workflow template, it shows the changed name. When I run that workflow the name is not changed. When I open process manager it has the old name.
Re: Windchill workflow activity rename
We figured it out. In the Transitions tab, under Start we have some Java code that gets the Activity name to appear with the task name. The task name is specifically spelled out. We realized this when we went forward to try to recreate the task. Someone else added that code for our workflows and we just forgot about it. Weird, duh moment. Glad we solved it. Thanks.
Re: We want to a report in Intralink 10.2 ( all file names, size and version details).
This is the relationship for a SQL query
How to restrict OOTB document creation in create document wizard?
How to change WTDocument to use a different lifecycle that starts with a state that people don’t have permission to use OOTB. In that case it would just be a new OIR for the WTDocument. The affect we want is to remove “Document” from the dropdown of documents user can create.
Re: Error in when starting the Server Manager:ERROR [main] wt.manager.ServerManagerImpl - Failed to create JmxConnectInfo!
Hi Kumar,
Indeed there was a problem with the Server Manager "wt.manager.cmd.ServerManager.jmx.args" property. The -Dwt.jmx.rmi.minPort and -Dwt.jmx.rmi.maxPort values were not correct. For now I removed this property and will update the .xconf file when there is more data about what the client needs.
Alex
Re: Setting the default value for the OOTB WTPart attributes via OIR
1. Add the following Object Initialization Rule to your type (wt.part.WTPart)
<!-- set the Boolean IBA -->
<AttrValue id="endItem" algorithm="wt.rule.algorithm.BooleanConstant">
<Arg>true</Arg>
</AttrValue>
<!-- set the String IBA -->
<AttrValue id="source" algorithm="wt.rule.algorithm.StringConstant">
<Arg>buy</Arg>
</AttrValue>
<AttrValue id="partType" algorithm="wt.rule.algorithm.StringConstant">
<Arg>inseparable</Arg>
</AttrValue>
<!-- specify AttrConstraint tag -->
<AttrConstraint id="endItem" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">
<Value algorithm="com.ptc.core.rule.server.impl.GetServerPreGeneratedValue"/>
</AttrConstraint>
<AttrConstraint id="source" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">
<Value algorithm="com.ptc.core.rule.server.impl.GetServerPreGeneratedValue"/>
</AttrConstraint>
<AttrConstraint id="partType" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">
<Value algorithm="com.ptc.core.rule.server.impl.GetServerPreGeneratedValue"/>
</AttrConstraint>
2. Edit the following %WT_HOME%\codebase\com\ptc\core\rule\server\delegate\init\RuleConfigurableTypeAttribute.properties.xconf:
<Property name="wt.part.WTPart" default="number,name,lifeCycle,lifeCycle.id,teamTemplate,teamTemplate.id,folder.id,organization.id,endItem,source,partType"/>
3. Run "xconfmanager -pF" in Windchill Shell and restart Windchill
Windchill 11 with Multiple Oracle instace
Hi All,
I have installed a split PDMLink installation with Oracele 12c standard in one machine and WC Pdmlink 11 in an another machine.
Now I would like to install another windchill installation using the existing oracle installation.
Can you please some one tell what I should do?
1. Use the existing oracle instance and create a new user
. User the existing oracle installation and create a new database and a new user.
From the Instalation document I came to know that windchill with single Database instance with Multiple Windchill schema is not supported.
Thanks In advance.
Re: Windchill 11 with Multiple Oracle instace
You need to create a new instance of Oracle on your DB machine for each install of Windchill. You can NOT share the DB instance between Windhills. I have done this in a test environment when I migrated from 9.1 to 10. I loaded the 9.1 data, which was in Oracle 10, into a new instance of Oracle 11 and then created another instance for the WC10 data. Exported from the 9.1, imported to the 10.0 and ran the schema update tool. All worked fine.