XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1123)
- Stylus Studio Technical Forum (13807)
-> + name attribute of wsdl:fault e... (3)
-> + Cannot use my custom converter (3)
-> + java.lang.ClassNotFoundExcepti... (16)
-> + Witch product to buy (2)
-> + Trial version giving errors (2)
-> + Building and Integrating modul... (2)
-> + How to deploy pipeline (4)
-> + Is it possible to create xml f... (4)
-> + XML - CSV - XML Help! (2)
-> - xml file with many xsl style s... (1)
-> + Crash when using XML with DOCT... (2)
-> + Calling .Net classes from XSL ... (6)
-> + datadirect coverter result dif... (4)
-> + .net ConverterFactory().Create... (2)
-> + Dynamically created xsl used i... (4)
-> + Help with XSD attributes (3)
-> + Duplicated XML tag name in XML... (2)
-> + XML Publisher Repeater Bug wit... (4)
-> + HTML / FO selection (2)
-> + Command line interface to gene... (2)
-> + Provider org.apache.xerces.jax... (3)
-> + Problems with xsl:variable (2)
-> + any way to stop auto declarati... (2)
-> + Holding information in memory (9)
-> + Error whenever we try to read ... (4)
-> + Evaluation Versio Stylus Studi... (3)
-> + Convert linefeed-separated tex... (2)
-> + Transferring Stylus Studio fro... (3)
-> + Activation working on only one... (4)
-> + Populating Database from XML (2)
-> + Inserting Annotation (3)
-> + Project Window (2)
-> + DTD to Schema conversion gener... (2)
-> - Can't add multiple faults to a... (1)
-> + Soap fault name element (2)
-> + xml files supported outside of... (2)
-> + how to allow null values for d... (2)
-> + xml report query (5)
-> + Stylus Studio automatically ad... (3)
-> + Can we can stylus studio autom... (2)
-> + is it possible to insert into ... (3)
-> + Java Heap Space error (4)
-> + custom validation engines (3)
-> + W3C schema for enumerated taxo... (3)
-> + Using Stylus to generate elect... (2)
-> + WSDL editor and drop downs in ... (2)
-> + XSLT Mapper "forgetting" setti... (2)
-> + StylusStudio Crash: Error: Get... (7)
-> + Error in installation (2)
-> + Applying constraints & naming ... (5)
-> + Windows Installer prevents ins... (5)
-> + XML Schema to XML producing in... (8)
-> + calling javascript function in... (2)
-> + Repairin .xml file (2)
-> + HIgh CPU on a laptop after hib... (2)
-> - conditional rendering in XSL.. (1)
-> + Way to replace codes by labels... (4)
-> + Strange 'invisible' characters (4)
-> + syntax (2)
-> + Problem using mySQL (2)
-> + accessing Javascript variable ... (2)
-> + problem when openning files (2)
-> + Free Form Text (2)
-> + Cant open the database (4)
-> + Problem using MS Access (4)
-> + element type must not contain ... (3)
-> + XML to .txt file (7)
-> + Modifying a XSL-FO report (5)
-> + Retrievning multiple values...... (2)
-> + does Stylus Enterprise work wi... (2)
-> + MSSQL to 837P conversion (4)
-> + Generating XML files accesing ... (6)
-> + How to bold text using XSL (6)
-> + Different heading based on pag... (3)
-> + Code folding (2)
-> + Bad param=value pair on comman... (2)
-> + Saving an XML file (2)
-> + stylus adding random non print... (2)
-> + Displaying Base64Binary as Ima... (6)
-> - probleme de representation d'i... (1)
-> + SS 2008 error message not disp... (8)
-> + XQuery external variable conve... (4)
-> + encodings available (3)
-> + stand-alone application file n... (4)
-> + Windows Installer Dialog Box a... (4)
-> + Block search and replace (2)
-> + Problem with validation (3)
-> + ISA12 vs GS08 (5)
-> + Web Service Call failure... an... (11)
-> + Quotes in xpath query (3)
-> + Java Built-in processor no lon... (6)
-> + Dynamic input and output names (8)
-> + Java built-in parser (3)
-> + Contains an invalid path (2)
-> + Wizard XML Schema to XML (2)
-> + XML to EDI (14)
-> + Computer with original install... (2)
-> + using Custom Tool - passing ar... (3)
-> + Non-printable special characte... (3)
-> + Transfer Options (Settings, Pr... (2)
-- Previous [781-800] [801-820] [821-840] Next
+ Website Feedback (243)
+ XSLT Help and Discussion (7447)
+ XQuery Help and Discussion (1861)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (361)
+ Stylus Studio Announcements (113)
Topic  
Postnext
MS ChenSubject: WindowsXP problem using Stylus
Author: MS Chen
Date: 25 May 2004 01:42 AM
If u have 1.3 and 1.4 Java version installed in WindowsXP, u will face
Stylus crash problem when trying to convert XSL-FO.

Message show:
Post processing starting...
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.3', but '1.4' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
Post processing finished....

Anyway to resolve this problem please ?

Thank you.

Postnext
Ivan PedruzziSubject: RE: WindowsXP problem using Stylus
Author: Ivan Pedruzzi
Date: 25 May 2004 08:57 AM


> -----Original Message-----
> From: stylus-studio-tech Listmanager
[mailto:stylus-studio-tech.listmanager@stylusstudio.com]
> Sent: Tuesday, May 25, 2004 1:44 AM
> Subject: WindowsXP problem using Stylus
>
> From: MS Chen
>

MS Chen,

What you are experiencing is JVM versioning problem.
It should be easy to reproduce outside stylus:

Open a DOS console (Start Menu -> Run -> type cmd) then execute java;
you should get the same error.

Your system has 1.3 and 1.4. As you probably know almost every Java
installation does the follow

1) Modify the Registry entry
HKEY_LOCAL_MACHINE\
SOFTWARE\
JavaSoft\
Java Runtime Environment\
CurrentVersion

2) copy java.exe (and other support files) into the windows system
directory, so you can execute java without setting your PATH

It seems like that step 2 didn't happen for you

From what package did you to install Java 1.4?

Here 2 possible solutions:

1) Update the system PATH with the JRE bin
In my system for instance is

c:\Program Files\Java\j2re1.4.2\bin

2) Install the JRE 1.4 from Sun

http://java.sun.com/j2se/1.4.2/download.html

Click on "Download J2SE JRE"

Ivan




> If u have 1.3 and 1.4 Java version installed in WindowsXP, u will face
> Stylus crash problem when trying to convert XSL-FO.
>
> Message show:
> Post processing starting...
> Registry key 'Software\JavaSoft\Java Runtime
Environment\CurrentVersion'
> has value '1.3', but '1.4' is required.
> Error: could not find java.dll
> Error: could not find Java 2 Runtime Environment.
> Post processing finished....
>
> Anyway to resolve this problem please ?
>
> Thank you.
>
>
> --
> To reply: mailto:stylus-studio-tech.7511@stylusstudio.com
> To start a new topic: mailto:stylus-studio-tech@stylusstudio.com
> To login: http://www.stylusstudio.com/SSDN/
> To (un)subscribe:
mailto:stylus-studio-tech.list-request@stylusstudio.com
>

Postnext
MS ChenSubject: RE: WindowsXP problem using Stylus
Author: MS Chen
Date: 25 May 2004 07:10 PM
Dear Ivan, It didn't work. I have checked regedit, it shows currentversion is 1.3. We have install 1.3 and 1.4 Java Runtime.

Postnext
Ivan PedruzziSubject: RE: WindowsXP problem using Stylus
Author: Ivan Pedruzzi
Date: 25 May 2004 07:29 PM
Originally Posted: 25 May 2004 07:30 PM

Try this simple test

Open a DOS console and go to

c:\Program Files\SonicSoftware\Stylus Studio\bin

then

SET PATH="c:\Program Files\Java\j2re1.4.1_02\bin"

then execute struzzo.exe and see what happens


Thanks
Ivan


> -----Original Message-----
> From: stylus-studio-tech Listmanager
[mailto:stylus-studio-tech.listmanager@stylusstudio.com]
> Sent: Tuesday, May 25, 2004 7:13 PM
> Subject: RE: WindowsXP problem using Stylus
>
> From: MS Chen
>
> Dear Ivan,
>
> It didn't work. I have checked regedit, it shows currentversion is
1.3.
> We have install 1.3 and 1.4 Java Runtime.
>
>
> --
> To reply: mailto:stylus-studio-tech.7513@stylusstudio.com
> To start a new topic: mailto:stylus-studio-tech@stylusstudio.com
> To login: http://www.stylusstudio.com/SSDN/
> To (un)subscribe:
mailto:stylus-studio-tech.list-request@stylusstudio.com
>

Postnext
MS ChenSubject: RE: WindowsXP problem using Stylus
Author: MS Chen
Date: 25 May 2004 07:38 PM
C:\Program Files\eXcelon Corp\Stylus Studio\bin>set path=C:\Program Files\JavaSo
ft\JRE\1.4.2\bin

C:\Program Files\eXcelon Corp\Stylus Studio\bin>echo %path%
C:\Program Files\JavaSoft\JRE\1.4.2\bin

C:\Program Files\eXcelon Corp\Stylus Studio\bin>Struzzo.exe

Same thing happened.

Thanks.

Postnext
Ivan PedruzziSubject: RE: WindowsXP problem using Stylus
Author: Ivan Pedruzzi
Date: 25 May 2004 08:07 PM




Could you try to set the registry entry

HKEY_LOCAL_MACHINE\
SOFTWARE\
JavaSoft\
Java Runtime Environment\
CurrentVersion

To 1.4?



Ivan

> -----Original Message-----
> From: stylus-studio-tech Listmanager
[mailto:stylus-studio-tech.listmanager@stylusstudio.com]
> Sent: Tuesday, May 25, 2004 7:41 PM
> Subject: RE: WindowsXP problem using Stylus
>
> From: MS Chen
>
> C:\Program Files\eXcelon Corp\Stylus Studio\bin>set
path=C:\Program
Files\JavaSo
> ft\JRE\1.4.2\bin
>
> C:\Program Files\eXcelon Corp\Stylus Studio\bin>echo %path%
> C:\Program Files\JavaSoft\JRE\1.4.2\bin
>
> C:\Program Files\eXcelon Corp\Stylus Studio\bin>Struzzo.exe
>
> Same thing happened.
>
> Thanks.
>
>
>
>
> --
> To reply: mailto:stylus-studio-tech.7515@stylusstudio.com
> To start a new topic: mailto:stylus-studio-tech@stylusstudio.com
> To login: http://www.stylusstudio.com/SSDN/
> To (un)subscribe:
mailto:stylus-studio-tech.list-request@stylusstudio.com
>

Postnext
MS ChenSubject: RE: WindowsXP problem using Stylus
Author: MS Chen
Date: 25 May 2004 08:15 PM
Dear Ivan,

It is working find with 1.4 now but we need to use 1.3 due to our
App Server are using 1.3.
How can we change this please ?
Furthermore, what are the possible problems will occur if using 1.4 now
but deploy in 1.3 ?

Thank you.

C.

Posttop
Ivan PedruzziSubject: RE: WindowsXP problem using Stylus
Author: Ivan Pedruzzi
Date: 25 May 2004 09:22 PM


> -----Original Message-----
> From: stylus-studio-tech Listmanager
[mailto:stylus-studio-tech.listmanager@stylusstudio.com]
> Sent: Tuesday, May 25, 2004 8:18 PM
> Subject: RE: WindowsXP problem using Stylus
>
> From: MS Chen
>
> Dear Ivan,
>




> It is working find with 1.4 now but we need to use 1.3 due to our
> App Server are using 1.3.
> How can we change this please ?

If you don't need 1.4 why don't you re-configure your system to use just
1.3?

Reset the registry key to 1.3 and put the c:\Program
Files\JavaSoft\JRE\1.3.1_08\bin
In your path.

There isn't much we can do; only one runtime at time can be active.


> Furthermore, what are the possible problems will occur if using 1.4
now
> but deploy in 1.3 ?

What deployment you are referring to?
FOP can be executed using both 1.3 and 1.4.





>
> Thank you.
>
> C.
>
>
> --
> To reply: mailto:stylus-studio-tech.7517@stylusstudio.com
> To start a new topic: mailto:stylus-studio-tech@stylusstudio.com
> To login: http://www.stylusstudio.com/SSDN/
> To (un)subscribe:
mailto:stylus-studio-tech.list-request@stylusstudio.com
>

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.