Wednesday, September 16, 2015

Fail to ping http://my3dspace.qa6.tw:8082/3DSpaceNonCAS FCS server failure

Fail to ping http://my3dspace.qa6.tw:8082/3DSpaceNonCAS

in 3DSpace_CAS tomee log as couldn't ping to Non CAS server.

MQL please modify store.

Copyright (c) 1993-2015 Dassault Systemes.
All rights reserved.
MQL<1>set context user creator;
MQL<2>list store;
Image Store
STORE
plmx
MQL<3>modify store STORE fcs 'https://my3dspace.qa6.tw/3DSpace';
MQL<6>modify store plmx fcs 'https://my3dspace.qa6.tw/3DSpace';
MQL<7>

MQL<8>modify store 'Image Store' fcs 'http://my3dspace.qa6.tw:8082/3DSpaceNonCAS';
MQL<9>

**** This is a temporary fix.   I t will cause other errors.  so only use this for Image upload***


System Error: #5000001: java.lang.Exception: Failed to ping http://my3dspace.qa6
.tw:8082/3DSpaceNonCAS/ got exception:http://my3dspace.qa6.tw:8082/3DSpaceNonCAS
/servlet/fcs/ping  FCS Server failure
Response Code:404 Response Message: Not Found Error Text: <html><head><title>Apa
che Tomcat (TomEE)/7.0.62 (1.7.2) - Error report</title><style><!--H1 {font-fami
ly:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
 H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo
nt-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-co
lor:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:bla
ck;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;b
ackground-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:whit
e;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color
 : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /3DSpaceNonCAS/servle
t/fcs/ping</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p
><b>message</b> <u>/3DSpaceNonCAS/servlet/fcs/ping</u></p><p><b>description</b>
<u>The requested resource is not available.</u></p><HR size="1" noshade="noshade
"><h3>Apache Tomcat (TomEE)/7.0.62 (1.7.2)</h3></body></html> /

Thursday, September 3, 2015

Business Object Id missing from class (When Creating Project Fail)

When create Project in 2015x with simplified chinese language was set in browser.

Then when tried to create project, the following error occurs:

Business Object Id missing from class com.matrixone.apps.framework.ui.UIForm bean.



  • It is a bug, it couldn't parse the date field in "Project Date".
  • Change language to English, then you will be able to create.
  • But I have once fix it with Credential Change to Common Space with Leader role.


in TomEE log.
java.text.ParseException: Unparseable date: "2015-9-3"
        at java.text.DateFormat.parse(DateFormat.java:366)
        at com.matrixone.apps.domain.util.eMatrixDateFormat.getFormattedInputDat
eTime(eMatrixDateFormat.java:1414)
        at com.matrixone.apps.domain.util.eMatrixDateFormat.getFormattedInputDat
eTime(eMatrixDateFormat.java:1138)

Thursday, July 23, 2015

Migrate Oracle Database from Linux to Windows

The following message has caused by using wrong version of Database.

In my case Old version of 2011x Database was imported to be used in 2013x Enovia installation.


[ERROR] VPLMInitializer Company migration not complete. Server should not start.

[ERROR] VPLMInitializer relationship VPLMrel/PLMInstance is not dynamic. Server
should not start.
[ERROR] VPLMInitializer You have exported the variable 'MINORMAJOR' but DATABASE
has not been upgraded for MINOR MAJOR. Server should not start.
[ERROR] VPLMInitializer P&O BO migration not complete. Server should not start. 

Wednesday, May 6, 2015

Project Import: Invalid Configuration or invalid file format.


Make sure your CSV file have correct words and spelling:
1.  The Heading must be: Level,Name,Type,Estimated Duration,Estimated Start Date,Estimated Finish Date,Dependencies,Assignees,Constraint Type,Constraint Date
2.  Check: Project Space, Milestone, Phase, Task

2015x 3DExperience Login Failure


Caused by: The server cannot obtain the license for user 'Test Everything' due to the following errors.
License 'DPJ' not available on license server(s) - 'ERR-1A000048:  Server license is not running on this host
07:52:35.UTC - License servers configuration file path: /var/DassaultSystemes/Licenses/DSLicSrv.txt
  [01/01] 192.168.56.1:4085  KO: Connection error (at 07:38:03.UTC)

'
License 'DPM' not available on license server(s) - 'ERR-1A000048:  Server license is not running on this host
07:52:35.UTC - License servers configuration file path: /var/DassaultSystemes/Licenses/DSLicSrv.txt
  [01/01] 192.168.56.1:4085  KO: Connection error (at 07:38:03.UTC)



This is caused by the Firewall setting I recently activated.
Don't know how to fix it yet.
But just disable the Windows 7 Firewall setting should be fine.
Press: Start button -> search 'firewall'  -> firewall status....
just disable the firewall and restart the VirtualBox or VMWare if you must.

 

Thursday, April 23, 2015

Project Imported with missig Tasks.... and with ArrayIndexOutOfBoundsException and ProjectSpace.createDepedencyMap

When import and preview is ok,  but when try to create, error displayed in Tomcat

Resolve by:  your import csv file contain "Dependency" value format error!!  in my case I had 15 or the wrong format 15:FS , but the format should be:  15:FS+0.0 d
And it will all work out.



java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1
        at java.util.Vector.get(Vector.java:744)
        at matrix.util.List.get(List.java:119)
        at com.matrixone.apps.program.ProjectSpace.createDepedencyMap(ProjectSpace.java:6253)
        at com.matrixone.apps.program.ProjectSpace.completeImportProcess(ProjectSpace.java:6051)
        at org.apache.jsp.programcentral.emxProgramCentralUtil_jsp._jspService(emxProgramCentralUtil_jsp.java:2867)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)

Project Import or Gantt Chart does not display with com.matrixone.apps.program.GanttChart.getDependencyColumnValue(GanttChart.java:817) error

When import Project or Display Gantt Chart, the Gantt Chart did not get displayed.

Try not to use 2 dependency together.   Somehow only one dependency is available.
Well, I have not figure out the format for 2 or more dependencies....^^



java.lang.ClassCastException: matrix.util.StringList cannot be cast to java.lang.String
        at com.matrixone.apps.program.GanttChart.getDependencyColumnValue(GanttChart.java:817)
        at com.matrixone.apps.program.GanttChart.getCommonXMLString(GanttChart.java:341)
        at com.matrixone.apps.program.GanttChart.getXMLStringForPlanningView(GanttChart.java:434)
        at com.matrixone.apps.program.GanttChart.createXMLStringForTask(GanttChart.java:261)
        at com.matrixone.apps.program.GanttChart.createXMLStringForTask(GanttChart.java:280)
        at com.matrixone.apps.program.GanttChart.createXMLStringForTask(GanttChart.java:280)
        at com.matrixone.apps.program.GanttChart.getXMLTaskStore(GanttChart.java:221)