Quantcast
Channel: PTC Community : Discussion List - Windchill
Viewing all 5797 articles
Browse latest View live

Disable Exception Stack Traces

$
0
0

Does anyone know if it's possible to disable exception stack traces in the Windchill log files?  These are bloating the logs and (in my opinion) provide no value.  Frankly, I don't think Windchill legitimately preventing users from doing something they don't have permission to do (based on ACLs) should be classified as an ERROR.  I don't need to see a stack trace every time someone tries to check out something before they revise it.  This isn't an ERROR, this is a SUCCESS.  Windchill is doing it's job!  Can the red text below be suppressed?

 

2017-03-28 02:47:28,676 ERROR [ajp-nio-127.0.0.1-8010-exec-66] com.ptc.windchill.uwgm.proesrv.action.AddToWorkspaceAction <user> - AddToWorkspaceAction.checkoutToWorkspace :: EPM checkout failed

wt.vc.wip.WorkInProgressException:

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: Drawing  - <drawing 1>

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: Drawing  - <drawing 2>

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: Drawing  - <drawing 3>

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: CAD Part  - <part 1>

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: CAD Part  - <part 2>

Operation failed because the user did not have the necessary permission on the following objects to perform the operation: Assembly  - <assembly 1>

at wt.vc.wip.StandardWorkInProgressService.validateAccessForCheckout(StandardWorkInProgressService.java:3968)

at wt.vc.wip.StandardWorkInProgressService.checkoutMap(StandardWorkInProgressService.java:2226)

at wt.vc.wip.StandardWorkInProgressService.checkoutMap(StandardWorkInProgressService.java:2212)

at wt.vc.wip.StandardWorkInProgressService.checkout(StandardWorkInProgressService.java:1172)

at sun.reflect.GeneratedMethodAccessor1683.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)

at com.sun.proxy.$Proxy39.checkout(Unknown Source)

at wt.epm.workspaces.WorkspaceCheckoutManager.checkout(WorkspaceCheckoutManager.java:188)

at wt.epm.workspaces.EPMStandardWorkspaceManager.checkout(EPMStandardWorkspaceManager.java:477)

at sun.reflect.GeneratedMethodAccessor1744.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)

at com.sun.proxy.$Proxy195.checkout(Unknown Source)

at com.ptc.windchill.uwgm.proesrv.action.AddToWorkspaceAction.reservedCheckout(AddToWorkspaceAction.java:525)

at com.ptc.windchill.uwgm.proesrv.action.AddToWorkspaceAction.checkoutToWorkspace(AddToWorkspaceAction.java:473)

at com.ptc.windchill.uwgm.proesrv.action.AddToWorkspaceAction.executeAction(AddToWorkspaceAction.java:1536)

at com.ptc.windchill.uwgm.proesrv.action.UwgmAction.execute(UwgmAction.java:84)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsExistingDocumentProcessor.checkoutDocs(SaveAsExistingDocumentProcessor.java:542)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsExistingDocumentProcessor.reviseAndCheckoutDocs(SaveAsExistingDocumentProcessor.java:446)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsExistingDocumentProcessor.getUpdatedSaveAsInstructions(SaveAsExistingDocumentProcessor.java:246)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsExistingNameConflictProcessor.processDocuments(SaveAsExistingNameConflictProcessor.java:426)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsExistingNameConflictProcessor.processResolutionOptions(SaveAsExistingNameConflictProcessor.java:304)

at com.ptc.windchill.uwgm.common.conflict.MultiConflictHolder.checkResolutionOptions(MultiConflictHolder.java:98)

at com.ptc.windchill.uwgm.common.conflict.ConflictUtilities.checkConflictsInternal(ConflictUtilities.java:162)

at com.ptc.windchill.uwgm.common.conflict.ConflictUtilities.checkConflicts(ConflictUtilities.java:61)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsConflictManager.checkConflicts(SaveAsConflictManager.java:132)

at com.ptc.windchill.uwgm.proesrv.saveas.SaveAsHelper.checkConflicts(SaveAsHelper.java:362)

at com.ptc.windchill.uwgm.proesrv.action.AbstractSaveAsAction.executeAction(AbstractSaveAsAction.java:188)

at com.ptc.windchill.uwgm.proesrv.action.SaveAsToWorkspaceAction.executeAction(SaveAsToWorkspaceAction.java:156)

at com.ptc.windchill.uwgm.proesrv.action.UwgmAction.execute(UwgmAction.java:84)

at com.ptc.windchill.uwgm.proesrv.request.SaveAsRequest.executeSaveAsAction(SaveAsRequest.java:252)

at com.ptc.windchill.uwgm.proesrv.request.SaveAsToWorkspaceRequest.executeRequest(SaveAsToWorkspaceRequest.java:138)

at com.ptc.windchill.uwgm.proesrv.StandardRequestDispatcher.dispatchRequest(StandardRequestDispatcher.java:1311)

at com.ptc.windchill.uwgm.proesrv.StandardRequestDispatcher.scanRequests(StandardRequestDispatcher.java:1061)

at com.ptc.windchill.uwgm.proesrv.UwgmTransactionExecuterImpl.execute(UwgmTransactionExecuterImpl.java:109)

at com.ptc.windchill.uwgm.proesrv.UwgmTransactionExecuterImpl.executeTransaction(UwgmTransactionExecuterImpl.java:59)

at com.ptc.windchill.uwgm.proesrv.task.UwgmTask.run(UwgmTask.java:131)

at com.ptc.core.task.Task.execute(Task.java:262)

at com.ptc.core.task.StandardTaskManager.runTask(StandardTaskManager.java:183)

at com.ptc.core.task.StandardTaskManager.retryTask(StandardTaskManager.java:591)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)

at com.sun.proxy.$Proxy188.retryTask(Unknown Source)

at com.ptc.core.htmlcomp.console.RetryTaskProcessor.retryTask(RetryTaskProcessor.java:152)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at wt.htmlutil.MethodAction.action(MethodAction.java:132)

at wt.htmlutil.CachedHTMLTemplate.execute(CachedHTMLTemplate.java:162)

at wt.htmlutil.CachedHTMLTemplate.execute(CachedHTMLTemplate.java:123)

at wt.htmlutil.HTMLTemplate.process(HTMLTemplate.java:229)

at wt.templateutil.processor.DefaultTemplateProcessor.handleRequest(DefaultTemplateProcessor.java:524)

at wt.enterprise.URLProcessor.URLTemplateAction(URLProcessor.java:278)

at sun.reflect.GeneratedMethodAccessor968.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at wt.httpgw.HTTPServletResponse.invoke(HTTPServletResponse.java:264)

at wt.httpgw.MethodRequestHandler.handleRequest(MethodRequestHandler.java:62)

at wt.httpgw.HTTPGatewayServlet.serviceWithoutFilters(HTTPGatewayServlet.java:336)

at wt.httpgw.HTTPAuthGatewayServlet.serviceWithoutFilters(HTTPAuthGatewayServlet.java:86)

at wt.httpgw.FilterChainImpl.doFilter(FilterChainImpl.java:94)

at wt.session.SessionContextDestroyer.doFilterInternal(SessionContextDestroyer.java:136)

at wt.session.SessionContextDestroyer.doFilter(SessionContextDestroyer.java:184)

at wt.httpgw.FilterChainImpl.doFilter(FilterChainImpl.java:81)

at wt.httpgw.HTTPGatewayServlet.service(HTTPGatewayServlet.java:235)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at com.ptc.jws.servlet.filter.WsdlServletFilter.doFilter(WsdlServletFilter.java:61)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at com.ptc.core.components.filter.JCAFilter.doFilter(JCAFilter.java:97)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at com.ptc.core.ui.validation.URLValidationFilter.doFilter(URLValidationFilter.java:77)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at wt.httpgw.filter.WTContextBeanFilter.doWithWtContextBeanHandler(WTContextBeanFilter.java:104)

at wt.httpgw.filter.WTContextBeanFilter.doFilter(WTContextBeanFilter.java:58)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at wt.servlet.CompressionFilter.doFilter(CompressionFilter.java:294)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at wt.servlet.RequestInterrupter.doFilter(RequestInterrupter.java:335)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at wt.servlet.ServletRequestMonitor.doFilter(ServletRequestMonitor.java:1660)

at wt.servlet.ServletRequestMonitorFilter.doFilter(ServletRequestMonitorFilter.java:56)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)

at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:476)

at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)

at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1420)

at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

at java.lang.Thread.run(Thread.java:745)


How to retrieve the "promoted from state" for promotion targets using an expression robot in a promotion request workflow

$
0
0

We are using Windchill 10.2 M030.

 

I need to know how to retrieve the "promoted from state" for promotion targets/objects in a promotion request. I know how to query the promotion targets and get attribute values from them, but I have not been able to find where the "promoted from state" value is stored or how to retrieve it.

 

For example, if an object is submitted for promotion from the "INWORK" state to the "RELEASED" state, I want to retrieve the "INWORK" state value.

 

Here is the code I am using to get the promotion targets and some of the code for processing them:

 

wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice)primaryBusinessObject;

wt.maturity.StandardMaturityService p = new wt.maturity.StandardMaturityService();

wt.fc.QueryResult pn_targets = (wt.fc.QueryResult) p.getPromotionTargets(pn);

while (pn_targets.hasMoreElements()) {

     Object myObject = pn_targets.nextElement();

     typeName = wt.type.TypedUtilityServiceHelper.service.getExternalTypeIdentifier((wt.type.Typed)myObject);     // store object type

}

Multiple Authentications before login

$
0
0

Hello,

We want to have a second level authentication (RSA) for a group of users.

Once, the user inserts username, password, they get authenticated against LDAP.

Now, at this point, we will check LDAP groups of the user.

If user belongs to certain groups, we will ask to insert RSA credentials to the user.

After this second authentication, Windchill will get launched.

If the user is not in those particular LDAP groups, Windchill will get launched without RSA authentication.

The help we need is, how can we plug all these new mechanism?

I have created a servlet which accepts username as input and does remaining things.

But, where can we put it in the configuration? (in between OOTB login and launch).

Thank you.

How to have different Date effectivities for same Part Revision?

$
0
0

Hi all,

 

We have a requirement of setting 2 different Date effectivities for the same Part Revision.

When we are using the Change Notice / Change Task approach of setting effectivity, there is a OOTB validation / Check that combines the 2 date effectivities and calculates the resultant effectivity.

Say for Eg,.

If CN1 / Change task 1 specifies  effectivity as 31/3/2017 - Open ended

CN2 / Change Task 2 specifies effectivity as 10/5/2017 - Open ended

 

What we wanted is to set  2 different effectivities for that Part Revision namely

31/3/2017 - Open ended

10/5/2017 - Open ended

 

But system gives onl y1 effectivity , as  the following effectivity ( seems it is merging and calculating)

31/3/2017

 

I can understand on why this is like this, because system determines that the Part Revision, as a Net result should be effective on the earliest date between 2 CNs.

 

My question is , how to bypass or over ride this check , so that we get 2 effectivities.

 

The reason for us wanting this is that we share the CN1/Change task 1  to Supplier 1  and CN2 / Change Task 2 to another Supplier 2 , via 2 different Projects (ProjectLink).

 

The behavior here is that system needs the "winning" CN (in this case CN1) to be shared to a supplier inorder to see the effectivity.

 

The effectivity 1 should not be visible to supplier 2, the effectivity 2 should not be visible to supplier 1.

 

We are in Windchill 11.0 M010.

 

Please give your valuable thoughts.

 

Thanks & Regards

Hari

Creo View Adapter for SolidWorks Plots Upside Down

$
0
0

Curious if anyone has successfully implemented the Creo View Adapter for SolidWorks when outputting HPGL (.plt) files.  I've followed all the instructions and my plots are coming out upside down.  I'm at a complete loss...

sw_a.PNG

CAD Worker

  • Windows 7 64-bit
  • SolidWorks 2015 64-bit w/SP4
  • Creo View Adapters 3.0 M032

 

Followed the instructions on page 432 of the Install Config Guide, worked through CS22286, and tried multiple Microsoft and HP printer drivers, all to no avail.

Out of Sync Share

$
0
0

Hello,

I am working on project and shared few cad files from product to my project. Now I see Out of sync share error for shared files. I tried updating project folder and updating selected shares options, couldn't get rid of this. Any other ways to get latest files in my project?

 

Has anyone turned on the Preference for "Automatic Revise Mode"?

$
0
0

Hey,

 

We are considering turning on the Windchill preference, "Automatic Revise Mode" to help us with our state based versioning scheme transition from pre-release states to released.   I was wondering if anyone has done this and what best practices you could share.

 

As I understand it there are several things that need to be changed for this to work:

  1. Set Preference: Automatic Revise Mode
  2. Verify that you are using the latest Promotion Request workflow.
  3. Update lifecycle.
    1. Dedicated state for the automatic revision
    2. Updated transitions for other states if needed.
    3. Additional Revise transition to Released state from the dedicated state.
  4. Create or update ACL to prevent ad hoc revision in dedicated state.

 

Windchill 11.0 m020

 

20170330-132754.png

I am having trouble accessing my workspace?

$
0
0

min_issue.png

I get this error message when I access my workspace .What could be the problem?

My colleague who has site level access seems to be able to  access the workspace


Is there a way to delay auto-numbering in Windchill 10.2?

$
0
0

Hello,

 

Currently, the auto-numbering kicks in and renames all components according to the auto-numbering scheme when opening a 3D model in CATIA that is not saved in Windchill. I would like to delay this action until the 3D model is saved in Windchill.


I came across this preference in Windchill 11.0 that seemed to be what I need, delay.autonumber.generation which allows you to switch behavior and delay number generation. Does anyone know if this setting is available in 10.2 and if yes, would it change the above behavior to what I want? If not, is there an alternative way to do it?


Thanks much in advance!

Anyone using Windchll 11 on windows 10 with IE 11?

$
0
0

I get windows.dll load error everytime I run PSI with CPS03. I have installed JRE for both 32 and 64 bit. Any inputs would help !

[LDAP: error code 49 - Invalid Credentials]

$
0
0

Hello everyone,

 

I'm having trouble starting Windchill. Upon launch, the Server Manager opens and launches the Method Server who opens momentarily and closes.

 

The Method Server log is the following:

 

2017-02-09 07:51:50,556 INFO  [main] wt.system.out  - ------------------------------------------------------

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - Starting MethodServer

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - JVM id: 2892

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - JVM: Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM, 1.8.0_92 (25.92-b14), 64-bit

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - OS: Windows Server 2012 R2, amd64, 6.3

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - Host: WIN-9U6A5RRLNG0 (172.31.26.169)

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - java.rmi.server.hostname: 172.31.26.169

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - wt.rmi.server.hostname: ec2-35-156-59-114.eu-central-1.compute.amazonaws.com

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - HeapDumpPath: D:\ptc\Windchill_11.0\Windchill\heapDumps

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - Class path =

  D:\ptc\Windchill_11.0\Windchill\codebase

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\archiveClientWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\archiveServerWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\archiveWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\CounterPartWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\dpimplWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\dpinfraWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\Gantt.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\GanttExplorer.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\ie3rdpartylibs.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\ieWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\install.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\jmxcoreWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\jviews-chart-all.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\jviews-framework-all.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\jviews-gantt-all.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\mksapi.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\mpmlWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\mylyn-integration.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\pdmlWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\pjlWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\ProjectManagement.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\prowtWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\ptlcWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\reqlWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\restWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\rialtoWeb.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\RMWebServices.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\TwxIEWebService.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\wc3rdpartylibs.jar

  D:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\lib\wncWeb.jar

  D:\ptc\Windchill_11.0\Windchill\lib\esi.jar

  D:\ptc\Windchill_11.0\Windchill\lib\mpml.jar

  D:\ptc\Windchill_11.0\Windchill\lib\pdml.jar

  D:\ptc\Windchill_11.0\Windchill\lib\pjl.jar

  D:\ptc\Windchill_11.0\Windchill\lib\reql.jar

  D:\ptc\Windchill_11.0\Windchill\lib\servlet.jar

  D:\ptc\Windchill_11.0\Windchill\lib\wnc.jar

  D:\ptc\Windchill_11.0\Java\lib\tools.jar

  D:\ptc\Windchill_11.0\Windchill\tomcat\bin\bootstrap.jar

  D:\ptc\Windchill_11.0\Windchill\tomcat\bin\tomcat-juli.jar

  D:\ptc\Windchill_11.0\Windchill\srclib\wnc\WtAsmAgent.jar

2017-02-09 07:51:50,556 INFO  [main] wt.method.server.startup  - WTContext time zone set to Europe/Berlin; offset: 1.0

2017-02-09 07:51:50,571 INFO  [main] wt.method.server.startup  - Setting default time zone to GMT; offset: 0.0

2017-02-09 07:51:51,399 INFO  [main] wt.pom.properties  - wt.pom.maxDbConnections=                 15

2017-02-09 07:51:51,431 INFO  [main] wt.pom.properties  - wt.pom.minDbConnections=                 5

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionsHardLimit=           25

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionsSoftLimitWaitTime=   500

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionsWaitTime=            0

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.connectionCloserThreshold=        0

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.connectionCloserIdleTimeout=      0

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.connectionMonitorSleepInterval=   10

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.lostConnectionCodes=              1012,3113,3114,12571,17002,17401,17008,17410

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.recoverableConnectionCodes=       0,28,1012,17002,17008,17410

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.freeConnectionImmediate=          false

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.maxIdleStatementCaches=           0

2017-02-09 07:51:51,462 INFO  [main] wt.pom.properties  - wt.pom.jdbc.driver=                      oracle.jdbc.OracleDriver

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.jdbc.url=                         jdbc:oracle:thin:

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.jdbc.host=                        ec2-35-156-59-114.eu-central-1.compute.amazonaws.com

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.jdbc.port=                        1521

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.jdbc.service=                     wind

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.jdbc.database=                   

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.dbUser=                           wcadmin

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.dbSchemaUser=                     wcadmin

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionPropertiesNameList=  

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionPropertiesValueList= 

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.dbConnectionRetryCount=           80

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.userDefinedFunctionsFileName=     D:\ptc\Windchill_11.0\Windchill\db\userDefinedFunctions.xml

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.rowPrefetchCount=                 20

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.fetchSizes=                       [100, 500, 2000]

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.statementCacheSize=               50

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.cachedStatementReuseLimit=        50

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.feedbackInterval=                 500

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.interruptInterval=                50

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.cachedStatementRSLimit=           -1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.implicitTransactions=             false

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.implicitTransactionsRollbackTime= 600

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.navigateDepthThreshold=           4

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.navigateDepthUnionLimit=          10

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.queryDepthThreshold=              3

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.queryDepthInClauseSizeLimit=      300

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.lobChunkSize=                     32528

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.log.JDBCStatements=               false

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.log.fileJDBC=                     null

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.log.filterJDBC=                   null

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.chunk.defaultSize=                300

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.objectReferenceQuerySize=         254

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.objectReferenceQueryChunkSize=    500

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.objectReferenceQueryArrayTableEnabled= true

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inflateHint=                      RULE

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inflateSingleTableMode=           true

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.useBind=                          true

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseFixedSize=                5

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseSizeLimit=                1000

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseBindLimit=                300

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseUseBindOptimization=      true

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseBindOptimizationThreshold=250

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseBindOptimizationTempTableUsePrimaryKey=true

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.inClauseBindOptimizationCardinality=-1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.cardinalityValueFixedSize=        100

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.queryBindLimit=                   65536

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.tempTableNumberPerThreshold=      5

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.tempTableArraySizeNumberOfThreshold=3

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.tempTableArraySizeThresholdValues=200,1000, 2000

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.tempTable.insertChunkSize=50000

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.startupQueryLimit=                -1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.queryLimit=                       -1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.queueInvokeTime=           600

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.sessionCleanupTime=        1800

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.threshold=                 -1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.insertChunkSize=           250

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.fetchLimit=                15

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.fetchSleepInterval=        1000

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.closeSleepInterval=        600

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.snapshotQueryLimit=        -1

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.paging.pagingSessionLimit=        5

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.statementCache.summaryInterval=   2000

2017-02-09 07:51:51,478 INFO  [main] wt.pom.properties  - wt.pom.enableNLSSort=                    true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.constantArrayTableLimit=          4000

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.traceTiming.enable=               true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.blobRead.handle620LV=             false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.blobRead.handleOldLV=             false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.blobRewrite.enabled=              false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.selectForUpdateEnabled=           false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refreshCache.enabled=             true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refreshCache.summeryInterval=     0

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refreshCache.size=                300

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.enableSQL99OuterjoinSyntax=       false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.enableInListOptimizationWarning=  false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refIntegrity.ownerQuery.chunkThreshold=-1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refIntegrity.ownerQuery.roleChunkSize=-1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refIntegrity.ownerQuery.objectChunkSize=-1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.refIntegrity.removeOids.objectChunkSize=-1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.tableExpressionThreshold=5

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.useTableType=          true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.useColumnList=         true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.delete.classChunkSize= 2000

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.delete.chunkSize=      5000

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.spec.delete.dispatchEvents= false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.retry.enable=               true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.closePreparedStatement.threshold=-1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.insert.chunkSize=           100000

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.batch.update.chunkSize=           100000

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.combineOrSubSelectExpressions=    true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.emptyTableQueryClassChunkSize =   400

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.emptyTableQuery.excludedSourceClassNames =   wt.fv.master.MasteredOnReplicaItem,wt.fv.FvItem,wt.fv.FvMountValidatorLock

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.maxQueryRetryCount=               5

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.pdsDecoderBypassUserLoader =      true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.blobExplictOpen.enable=    false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.blobInlineWriteThreshold=  -1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.disableAlwaysSemiJoin=     true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.jdbcConnectionMemoryLimit= 48

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.jdbcConnectionUseService=  true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.oracle.nlssort.truncateLength=    600

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.resultSetThreadPool.size =        7

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.resultSetThreadPool.queueSize =   -1

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.resultSetThreadPool.implicitEnabled=false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.externalTableValidSchemaNames =   null

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.pdsHandleByteAsShort =            false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.pdsTruncateDate =                 true

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - wt.pom.useExplicitTimezoneForJDBC =      false

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - Windchill DataStore: Oracle

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - Windchill DataStore is not cluster

2017-02-09 07:51:51,493 INFO  [main] wt.pom.properties  - JDBC Driver Version: major=12 minor=1

2017-02-09 07:51:51,728 INFO  [main] wt.method.server.startup  - MethodServer created - port 5003: MethodServerImpl[UnicastServerRef2 [liveRef: [endpoint:[172.31.26.169:5003,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[-6bc69733:15a21a4703d:-7ffc, 4689392886346469270]]]]

2017-02-09 07:51:51,743 INFO  [main] wt.util.WTPropertiesWatcher  - wt.properties being watched at: D:\ptc\Windchill_11.0\Windchill\codebase\wt.properties

2017-02-09 07:51:52,071 INFO  [main] wt.method.server.startup  - Starting services - class = wt.services.StandardServicesHandler

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3135)

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3081)

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2883)

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2797)

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:319)

2017-02-09 07:51:53,306 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:210)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:153)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:83)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at javax.naming.InitialContext.init(InitialContext.java:244)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:154)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.jndi.DirContextWrapper.<init>(DirContextWrapper.java:89)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.jndi.JNDIAdapterImpl.getDirContext(JNDIAdapterImpl.java:299)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.jndi.JNDIAdapterImpl.processRequest(JNDIAdapterImpl.java:209)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.DirectoryService.queryObjects(DirectoryService.java:153)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.DirectoryInputStream.setUrl(DirectoryInputStream.java:92)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.DirectoryInputStream.<init>(DirectoryInputStream.java:72)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.DirectoryPropertyInputStream.setUrl(DirectoryPropertyInputStream.java:102)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.DirectoryPropertyInputStream.<init>(DirectoryPropertyInputStream.java:72)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1162)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1153)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1099)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1077)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.setProperties(NamingService.java:1160)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.newInstance(NamingService.java:265)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.newInstance(NamingService.java:197)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.federation.StandardFederationService.initInfoEngineProperties(StandardFederationService.java:2267)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:444)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at java.lang.Class.forName0(Native Method)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at java.lang.Class.forName(Class.java:264)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.ManagerImplementation.create(ManagerImplementation.java:235)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.createImplementations(StandardManagerFactory.java:135)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.<init>(StandardManagerFactory.java:117)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory$Singleton.<clinit>(StandardManagerFactory.java:73)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.getInstance(StandardManagerFactory.java:102)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.createFactory(StandardManagerService.java:373)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.initialize(StandardManagerService.java:363)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.newStandardManagerService(StandardManagerService.java:99)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardServicesHandler.getFactory(StandardServicesHandler.java:51)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:42)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.method.MethodServerMain.run(MethodServerMain.java:602)

2017-02-09 07:51:53,321 INFO  [main] wt.system.err  - at wt.method.MethodServerMain.main(MethodServerMain.java:372)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - java.io.IOException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1217)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1153)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1099)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1077)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.setProperties(NamingService.java:1160)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.newInstance(NamingService.java:265)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at com.infoengine.au.NamingService.newInstance(NamingService.java:197)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.federation.StandardFederationService.initInfoEngineProperties(StandardFederationService.java:2267)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:444)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at java.lang.Class.forName0(Native Method)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at java.lang.Class.forName(Class.java:264)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.ManagerImplementation.create(ManagerImplementation.java:235)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.createImplementations(StandardManagerFactory.java:135)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.<init>(StandardManagerFactory.java:117)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory$Singleton.<clinit>(StandardManagerFactory.java:73)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerFactory.getInstance(StandardManagerFactory.java:102)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.createFactory(StandardManagerService.java:373)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.initialize(StandardManagerService.java:363)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardManagerService.newStandardManagerService(StandardManagerService.java:99)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardServicesHandler.getFactory(StandardServicesHandler.java:51)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:42)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.method.MethodServerMain.run(MethodServerMain.java:602)

2017-02-09 07:51:53,368 INFO  [main] wt.system.err  - at wt.method.MethodServerMain.main(MethodServerMain.java:372)

2017-02-09 07:51:53,368 ERROR [main] wt.org.StandardOrganizationServicesManager  -

java.io.IOException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1217)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1153)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1099)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1077)

  at com.infoengine.au.NamingService.setProperties(NamingService.java:1160)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:265)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:197)

  at wt.federation.StandardFederationService.initInfoEngineProperties(StandardFederationService.java:2267)

  at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:444)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:264)

  at wt.services.ManagerImplementation.create(ManagerImplementation.java:235)

  at wt.services.StandardManagerFactory.createImplementations(StandardManagerFactory.java:135)

  at wt.services.StandardManagerFactory.<init>(StandardManagerFactory.java:117)

  at wt.services.StandardManagerFactory$Singleton.<clinit>(StandardManagerFactory.java:73)

  at wt.services.StandardManagerFactory.getInstance(StandardManagerFactory.java:102)

  at wt.services.StandardManagerService.createFactory(StandardManagerService.java:373)

  at wt.services.StandardManagerService.initialize(StandardManagerService.java:363)

  at wt.services.StandardManagerService.newStandardManagerService(StandardManagerService.java:99)

  at wt.services.StandardServicesHandler.getFactory(StandardServicesHandler.java:51)

  at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:42)

  at wt.method.MethodServerMain.run(MethodServerMain.java:602)

  at wt.method.MethodServerMain.main(MethodServerMain.java:372)

2017-02-09 07:51:53,368 ERROR [main] wt.method.server.startup.services  - Failed to create: wt.services.service.90=wt.org.OrganizationServicesManager/wt.org.StandardOrganizationServicesManager

java.lang.ExceptionInInitializerError

  at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:482)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:264)

  at wt.services.ManagerImplementation.create(ManagerImplementation.java:235)

  at wt.services.StandardManagerFactory.createImplementations(StandardManagerFactory.java:135)

  at wt.services.StandardManagerFactory.<init>(StandardManagerFactory.java:117)

  at wt.services.StandardManagerFactory$Singleton.<clinit>(StandardManagerFactory.java:73)

  at wt.services.StandardManagerFactory.getInstance(StandardManagerFactory.java:102)

  at wt.services.StandardManagerService.createFactory(StandardManagerService.java:373)

  at wt.services.StandardManagerService.initialize(StandardManagerService.java:363)

  at wt.services.StandardManagerService.newStandardManagerService(StandardManagerService.java:99)

  at wt.services.StandardServicesHandler.getFactory(StandardServicesHandler.java:51)

  at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:42)

  at wt.method.MethodServerMain.run(MethodServerMain.java:602)

  at wt.method.MethodServerMain.main(MethodServerMain.java:372)

Caused by: java.io.IOException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1217)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1153)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1099)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1077)

  at com.infoengine.au.NamingService.setProperties(NamingService.java:1160)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:265)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:197)

  at wt.federation.StandardFederationService.initInfoEngineProperties(StandardFederationService.java:2267)

  at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:444)

  ... 14 more

2017-02-09 07:51:53,384 FATAL [main] wt.method.server  - MethodServerMain abort

java.io.IOException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1217)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1153)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1099)

  at com.infoengine.au.IEProperties.resetProperties(IEProperties.java:1077)

  at com.infoengine.au.NamingService.setProperties(NamingService.java:1160)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:265)

  at com.infoengine.au.NamingService.newInstance(NamingService.java:197)

  at wt.federation.StandardFederationService.initInfoEngineProperties(StandardFederationService.java:2267)

  at wt.org.StandardOrganizationServicesManager.<clinit>(StandardOrganizationServicesManager.java:444)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:264)

  at wt.services.ManagerImplementation.create(ManagerImplementation.java:235)

  at wt.services.StandardManagerFactory.createImplementations(StandardManagerFactory.java:135)

  at wt.services.StandardManagerFactory.<init>(StandardManagerFactory.java:117)

  at wt.services.StandardManagerFactory$Singleton.<clinit>(StandardManagerFactory.java:73)

  at wt.services.StandardManagerFactory.getInstance(StandardManagerFactory.java:102)

  at wt.services.StandardManagerService.createFactory(StandardManagerService.java:373)

  at wt.services.StandardManagerService.initialize(StandardManagerService.java:363)

  at wt.services.StandardManagerService.newStandardManagerService(StandardManagerService.java:99)

  at wt.services.StandardServicesHandler.getFactory(StandardServicesHandler.java:51)

  at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:42)

  at wt.method.MethodServerMain.run(MethodServerMain.java:602)

  at wt.method.MethodServerMain.main(MethodServerMain.java:372)

2017-02-09 07:51:53,399 FATAL [main] wt.method.server.shutdown  - Stopping services...

2017-02-09 07:51:53,399 INFO  [main] wt.system.out  - WARNING: The ManagerService is not initialized!  This can be caused by:

2017-02-09 07:51:53,399 INFO  [main] wt.system.out  - 1) Attempting to invoke a server only method from a remote client

2017-02-09 07:51:53,399 INFO  [main] wt.system.out  - 2) Attempting to invoke a method on a service from the constructor or static initializer of another service

2017-02-09 07:51:53,399 FATAL [main] wt.method.server.shutdown  - MethodServer stopped

2017-02-09 07:51:53,603 INFO  [wt.log4j.jmx.AsyncJDBCAppender.worker] wt.pom.properties  - Connection: datastore=Oracle(Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production) jdbcVersion=4.1 driver=Oracle JDBC driver(12.1.0.1.0) driverVersion=12.1

 

 

I tried restarting Windchill DS, Apache, and the Server Manager.

 

Can someone please help me?

Any one using CN/CR # from Windchill on CAD Drawing Title or Revision Block ?

$
0
0

Our old drawings title block have ECN numbers , with windchill I am advising not to use the CN # on Drawing title block. My reasoning is all you need is Part NUmber and the subsequent details can be found in your PLM system. This will also promotes the best practice of using PLM system the right way ( right way as I think )

Please share your thoughts on this

Thanks

Alex

Any idea on how long it takes to run Oracle to SQL server data migration ? Oracle DB is 100GB

$
0
0

We have a oracle 11g R2 DB around 100 GB with Windchill PDMLink10.2 M030. Need an estimate of the data migration time needed for TEST and PROD environment conversion ?

Where are the thumbnails of the objects (Business Objects) are stored ? On Master/Replica/BLOB ?

$
0
0

Facing issue after changing the vaulting & Replication preference from master to replica, the thumbnails of the objects goes missing.

Selecting to open viewable in Creo View - from workspace

$
0
0

For only some users, for a CAD Doc in a workspace or in commonspace, selecting the viewable image from within the browser inside CAD (either Creo Parametric or SolidWorks WGM) results in nothing.  Actions, Open in, Creo View is grayed out.  For other users, this works perfectly.

 

No help from tech support on what may be causing this difference.

 

Ideas?

thanks

 

shown below is on my machine which works - for others, no effect from selecting the image and Open in Creo View is grayed out.

 


What are the changes in WBM 11 M020 configuration?

$
0
0

I am trying to configure WBM 11 M020, but it asks the staging database instance URL in it.Which conflicts with the staging database identity in later stages.

java.lang.SecurityException: Access denied

$
0
0

Hello,

 

Having some issues with Windchill Log files being generated repeatedly every minute.

 

I have a call into PTC but they have not responded with anything that resolved the issue?

 

Would you have any suggestions?

 

===========================================================================================

 

2017-04-03 09:40:49,625 INFO  [main] wt.server.manager.startup - Creating wt.manager.jmx.Startup

 

2017-04-03 09:40:49,625 INFO  [BackgroundMethodServerMonitor] wt.server.manager.startup - Starting 1 BackgroundMethodServer instance

 

2017-04-03 09:40:49,625 INFO  [MethodServerMonitor] wt.server.manager.startup - Starting 3 MethodServer instances

 

2017-04-03 09:40:49,640 ERROR [RMI TCP Connection(3)-10.3.50.172] wt.cache.server.wt.cache.MasterCacheMonitor - caught cache server call exception

 

java.rmi.RemoteException: Unable to register slave cache; nested exception is:

 

java.lang.SecurityException: Access denied

 

at wt.cache.RemoteCacheServer.registerSlaveInternal(RemoteCacheServer.java:251)

 

at wt.cache.RemoteCacheServer$1.call(RemoteCacheServer.java:183)

 

at wt.cache.RemoteCacheServer$1.call(RemoteCacheServer.java:178)

 

at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallableLow(RemoteCacheServer.java:714)

 

at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallable(RemoteCacheServer.java:687)

 

at wt.cache.RemoteCacheServer.registerSlave(RemoteCacheServer.java:176)

 

at wt.cache.CacheManager.<init>(CacheManager.java:599)

 

at wt.cache.MasterCacheMonitor.<init>(MasterCacheMonitor.java:97)

 

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

 

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

 

at java.lang.reflect.Constructor.newInstance(Constructor.java:526)

 

2017-04-03 09:40:51,200 INFO  [wt.jmx.core.SharedScheduledExecutor.worker] wt.summary.general - JVMName=7148@AME-CRE-PRD01, HeapMemoryUsage=396462624, NonHeapMemoryUsage=26971560, Uptime=5380, ProcessCpuTime=4258827300, JITCTime=1428, GarbageCollectors=[PS MarkSweep,PS Scavenge], GCTime=[0,0], GCCount=[0,0], Classes=3901, Threads=31, TotalStartedThreadCount=33, PermGenPercentCollUsage=0.0, PermGenPercentUsage=29.844153799661775, CodeCachePercentUsage=2.6195526123046875, SystemLoadAverage=-1.0

 

2017-04-03 09:40:52,930 ERROR [RMI Unreferenced-1] wt.cache.server.com.ptc.core.lwc.server.cache.ConstraintRuleCache - caught cache server call exception

java.rmi.RemoteException: Unable to register slave cache; nested exception is:

 

java.lang.SecurityException: Access denied

 

at wt.cache.RemoteCacheServer.registerSlaveInternal(RemoteCacheServer.java:251)

 

at wt.cache.RemoteCacheServer$1.call(RemoteCacheServer.java:183)

 

at wt.cache.RemoteCacheServer$1.call(RemoteCacheServer.java:178)

 

at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallableLow(RemoteCacheServer.java:714)

 

at wt.cache.RemoteCacheServer.callTimeAndLogRemoteCallable(RemoteCacheServer.java:687)

 

at wt.cache.RemoteCacheServer.registerSlave(RemoteCacheServer.java:176)

 

at wt.cache.CacheManager.reset(CacheManager.java:864)

 

at wt.cache.CacheManager.ok(CacheManager.java:482)

 

at wt.cache.CacheManager.unreferenced(CacheManager.java:1402)

 

at sun.rmi.transport.Target$1.run(Target.java:329)

 

at java.lang.Thread.run(Thread.java:745)

 

Caused by: java.lang.SecurityException: Access denied

 

at wt.cache.CacheManager.checkAccess(CacheManager.java:1335)

 

at wt.cache.CacheManager.registerSlave(CacheManager.java:1147)

 

at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)

 

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 

at java.lang.reflect.Method.invoke(Method.java:606)

 

at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)

 

at sun.rmi.transport.Transport$1.run(Transport.java:177)

 

at sun.rmi.transport.Transport$1.run(Transport.java:174)

 

at java.security.AccessController.doPrivileged(Native Method)

 

at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

 

at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)

 

at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)

 

at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)

 

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

 

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

 

at java.lang.Thread.run(Thread.java:745)

 

at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:275)

 

at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:252)

 

at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:161)

 

at wt.cache.CacheManager_Stub.registerSlave(Unknown Source)

 

at wt.cache.RemoteCacheServer.registerSlaveInternal(RemoteCacheServer.java:205)

 

... 10 more

 

 

 

Thanks in advance,

DTI: Measurement unit of a mapped attribute not displayed correctly

$
0
0

Hi,

 

we are using DTI and mapping attributes from PDMLink to Word or Excel.

 

One of the attributes is a Temperature and measurement unit is defined in "Celsius".

The attribute value and the corresponding measurement unit is displayed correctly in PDMLink.

 

However, when mapping the attribute to Word document, then the value is converted into Kelvin and the measurement unit is shown as "K".

 

According to PTC support this seems to be spec, and they asked me to create a product idea.

 

How can I create the product idea?

User would never accept the temperature in Kelvin and therefore I need to apply a workaround for this, but on the other side I want PDMLink to improve.

 

Kind regards.

Tom

Is anyone using Windchill to manage a software product that does not have CAD?

$
0
0

We are actually a chemical company, but it occurred to me that some practices for managing a software type product might apply to us (in part) rather than a typical manufacturing environment. Actually there are two things that could be managed: The architectural/electrical construction drawings for building the process buildings and equipment for making the chemicals (not mass produced) and the actual chemicals themselves that are mass produced.

Any suggestions?

WINDCHILL HOW REAL NUMBER ATTRIBUTE VALUE DISPLAY 3 DIGIT AFTER DECIMAL PLACES..??

$
0
0

In WINDCHILL Real number Attribute showing in the object detail page 14 place decimal scientific notation. How can I display 3-digit decimal standard after decimal for WEIGHT ATTRIBUTE IN windchill as Type REAL NUMBER??.

Viewing all 5797 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>