Operating System - HP-UX
1830978 Members
2015 Online
110018 Solutions
New Discussion

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

 
eyavo
New Member

HPjconfig : Incorrect Data file: Start of unknown element:TITLE

Hi all, Please can you help me about this error message when I ran : "java -jar ./HPjconfig" I receive the error "Incorrect Data file: Start of unknown element:TITLE". Please advise
6 REPLIES 6
Steven Schweda
Honored Contributor

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

As I read the instructions, the command
should be:
java -jar HPjconfig.jar

What is your "HPjconfig"? Around here:

-rw-r--r-- 1 18965 191 3123062 Jan 22 2007 HPjconfig.jar


http://docs.hp.com/en/5992-1918/ch01s06.html

Did you read the instructions?

When asking about some obscure product, like
HPjconfig, it often helps to provide a link
to information about that product.
eyavo
New Member

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

Hi Steven Schweda,Thank you for your Help.
-rw-r--r-- 1 18965 191 3123062 Jan 22 2007 HPjconfig.jar
yes I used the "java -jar ./HPjconfig.jar" command and read the link yu given me. I have an 11iV2 HPUX. Please advise.


Steven Schweda
Honored Contributor

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

I don't know what to tell you. Around here:

dy # uname -a
HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license

And it works as expected using:

/opt/java1.4/bin/java
/opt/java1.5/bin/java
/opt/java6/bin/java

dy # cksum HPjconfig.jar
2274734628 3123062 HPjconfig.jar

If you have an UnZip program, you could also
verify the integrity of HPjconfig.jar using
a command like "unzip -t HPjconfig.jar",
which should end with something like:

No errors detected in compressed data of HPjconfig.jar.
eyavo
New Member

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

Hi Steven,

Yes, have java1.3,java1.4,java1.5 on my /opt.
and I had No errors detected in compressed data of HPjconfig.jar.
#uname -a
HP-UX scxpdap1 B.11.23 U 9000/800 1707015623 unlimited-user license
#cksum HPjconfig.jar
2274734628 3123062 HPjconfig.jar
The log has : "Reading required patches/tunables information from http://www.hp.com/products1/u
nix/java/patches/HPjconfig.xml". I downloaded that xml file and put it in /tmp as it say in the help of HPjconfig.
eyavo
New Member

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

I have 4 servers on production that have the config. I installed and used HPjconfig on 3 servers but on this one, I dont undestand what up.On the logs files, Only this one want to connect to internet to download the xml file.
Best regards and advise.
Steven Schweda
Honored Contributor

Re: HPjconfig : Incorrect Data file: Start of unknown element:TITLE

> Yes, have java1.3,java1.4,java1.5 on my /opt.

That's nice. Which one are you using?
"java" doesn't tell me much. Which one are
you using on the systems where it works?