Home » Developer & Programmer » Forms » java error when running Translate Utility
java error when running Translate Utility [message #166610] Fri, 07 April 2006 04:07 Go to next message
sandudana
Messages: 48
Registered: March 2006
Member
Hello everybody,

I have Developer Suite 10g with WebUtil 1.6.
I have launched a form with trace option and Forms created a file forms_3528.trc in my trace folder.
In order to visualize I tried to convert the .trc file into a .xml or .html file using the Translate Utility.

My Oracle Developer Home is D:\DevSuiteHome_1
Here there are the steps I followed in dos command window:

D:\>SET CLASSPATH=D:\DevSuiteHome_1\forms\java\frmxlate.jar; D:\DevSuiteHome_1\forms\java\frmall.jar;D:\DevSuiteHome_1
D:\> CD DevSuiteHome_1\forms\trace
D:\>java oracle.forms.diagnostics.Xlate datafile=forms_3528.trc outputfile=myfile.xml outputclass=WriteOut


Here it is the result I got:

/forum/fa/963/0/

What does this mean? I'm not at all familiar with java...
Please let me know if you consider I should post this question on a Java forum not a Forms one.

Thank you
daniela
Re: java error when running Translate Utility [message #166861 is a reply to message #166610] Mon, 10 April 2006 01:33 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
No idea, but what error are you receiving from Forms that you are trying to fix?

David
Re: java error when running Translate Utility [message #166893 is a reply to message #166861] Mon, 10 April 2006 03:13 Go to previous messageGo to next message
sandudana
Messages: 48
Registered: March 2006
Member
Hello,

I receive no error in forms, I'am not trying to fix an error.

What I did:
- configured the ftrace.cfg file
- run a form in trace mode : http://localhost:8889/forms/frmservlet?config=webutil&form=bigraph.fmx&record=forms&tracegroup=0-199
- execute some actions in the form (any action: insert row, click button etc)
Running a form in trace mode generates a binary trace file in the %oracle_home%\forms\trace\ folder. The file is called forms_PID (pid=process id), for example: forms_3528.trc.

Documentation (http://download-uk.oracle.com/docs/cd/B25016_04/doc/dl/web/B14032_03/tracing.htm#i1012933) says that in order to see the content of this binary file, I have to convert it to .xml or .html using the Translate Utility.

daniela
Re: java error when running Translate Utility [message #166898 is a reply to message #166893] Mon, 10 April 2006 03:24 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
I believe that your 'set classpath' statement is deficient in that ALL the others java files and directories have not been included. Shouldn't the statement be something like
SET CLASSPATH=D:\DevSuiteHome_1\forms\java\frmxlate.jar; D:\DevSuiteHome_1\forms\java\frmall.jar;%CLASSPATH%
I don't remember the exact structure for appending the existing path to the new path.

David

[Updated on: Mon, 10 April 2006 22:59]

Report message to a moderator

Re: java error when running Translate Utility [message #166912 is a reply to message #166898] Mon, 10 April 2006 04:34 Go to previous messageGo to next message
sandudana
Messages: 48
Registered: March 2006
Member
Thank you for your reply.

Yes, that's the structure for appending to classpath the existing one. I tried that way and got the same error Sad

daniela
Re: java error when running Translate Utility [message #167031 is a reply to message #166912] Mon, 10 April 2006 23:01 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Do you have metalink access?

David
Re: java error when running Translate Utility [message #167057 is a reply to message #167031] Tue, 11 April 2006 02:21 Go to previous messageGo to next message
sandudana
Messages: 48
Registered: March 2006
Member
Yes, I do.

daniela
Re: java error when running Translate Utility [message #167059 is a reply to message #167057] Tue, 11 April 2006 02:31 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have a look at https://metalink.oracle.com/metalink/plsql/f?p=200:27:568708477214581108::::p27_id,p27_show_header,p27_show_help:541546.996,1,1 and https://metalink.oracle.com/metalink/plsql/f?p=200:27:568708477214581108::::p27_id,p27_show_header,p27_show_help:548091.994,1,1

Search arguments 'java oracle.forms.diagnostics.Xlate datafile' then '541546.996'

David
Previous Topic: web.set_document
Next Topic: NO DATA FOUND
Goto Forum:
  


Current Time: Fri Sep 20 08:23:29 CDT 2024