cancel
Showing results for 
Search instead for 
Did you mean: 

VC Deploy error sp09

Former Member
0 Kudos

Hi

I installed netweaver04s(add in java) SP9.

when I try to deploy in the VC, I got a error

I'm already apply

886209 Flex compilation error on Unix Machines

974494 Error in compiling Flex application

but I can't deploy VC content in flesh option. (but right working on the web dynpro option.)

when i creat VC content , I config only one table. there is not model.

trace file error like this

****

1.5#0017A4767887005A000000A300001F8800041F854BCA4D5B#1160557269502#com.sap.portal.vc.connector#sap.com/irj#com.sap.portal.vc.connector#J2EE_ADMIN#738##secbia_BIT_13294450#Guest#fd322780590611db881b0017a4767887#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/System/Server#Java###Error in model compilation (Flex)#

******

is there any idea about this error ??

Please help ...^^

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Though not fully tested by SAP, there is no showstopper for JDK 1.4.2_11 till now.

I would like to suggest to install JDK 1.4.2_11 in parallel to 1.4.2_09 and run VC with the former.

Ophir.

Former Member
0 Kudos

We solved this issue.

First of all, our OS is “HPUX11i Mission Critical Operating Environment Component(server) “. And we already latest patch about all of HP kernel.

However, J2ee is not working on our OS.

So, we reinstall only os (HPUX11i Enterprise Operating Environment Component(server)). It is right working after os reinstall

finally , OS kernel is important .

Former Member
0 Kudos

Hello ,

we had the same error .

SAP HP competence center asked us to reinstall the JVM ( 1.4.2 1.4.2.09 ) .

And to suppress the following links :

/opt/java1.4.2.09/jre/lib/PA_RISC2.0/libmawt.sl -> motif21/libmawt.sl

/opt/java1.4.2.09/jre/lib/PA_RISC2.0W/libmawt.sl -> motif21/libmawt.sl

AND it works now .

Answers (4)

Answers (4)

Former Member
0 Kudos

Usuall this error means that som eHP patch is miisng or HP config is incorrect.

Former Member
0 Kudos

when I checked missing patch by hpconfig, there are some

missing patch . i applied the patch

but we found another recommend patch in HP site .

After apply all of patch , we still have same issue

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

Hpconfig info status HP site recommended

PHCO_32761 missing = > PHCO_34275

PHKL_32061 missing => PHKL_34309

PHKL_31993 missing => PHKL_34310

PHKL_33261 missing => PHKL_33988

PHKL_30837 missing => PHKL_34534

PHKL_33261 missing => PHKL_33988

PHKL_32061 missing => PHKL_34309

PHKL_32061 missing => PHKL_34309

PHKL_30288 missing => PHKL_34311

PHKL_32457 missing => PHKL_34024

PHKL_31993 missing => PHKL_34310

PHKL_32061 missing => PHKL_34309

PHKL_32457 missing => PHKL_34024

PHNE_32477 missing => PHNE_34662

PHNE_30367 missing => PHNE_34131

PHNE_31247 missing -> PHNE_34672

PHSS_30970 missin => PHSS_33035

former_member188977
Contributor
0 Kudos

Hi,

do you have more than one process server ?

if yes, you should apply the note number 886209 for each one.

Regards,

Nacho.

Former Member
0 Kudos

I already apply note 886209.

i got the hs_err_pid10585.log file in /j2ee/cluster/server0/.

Please , check under log

************************

An unexpected exception has been detected in native code outside the VM.

Unexpected Signal : 11 occurred at PC=0xC694C658

Function=XGetFontPath

Library=/usr/lib/X11R6/libX11.3

Current Java thread:

"main" prio=7 tid=00068120 nid=1 lwp_id=105408 runnable [0x7f7f4000..0x7f7f2020]

at sun.awt.font.NativeFontWrapper.getFontPath(Native Method)

- locked <5d2ee998> (a java.lang.Class)

at sun.java2d.SunGraphicsEnvironment.getPlatformFontPath(SunGraphicsEnvironment.java:256)

at sun.awt.X11GraphicsEnvironment.getBasePlatformFontPath(X11GraphicsEnvironment.java:281)

at sun.java2d.SunGraphicsEnvironment$1.run(SunGraphicsEnvironment.java:165)

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

at sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:89)

at sun.awt.X11GraphicsEnvironment.<init>(X11GraphicsEnvironment.java:168)

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

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

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

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

at java.lang.Class.newInstance0(Class.java:308)

at java.lang.Class.newInstance(Class.java:261)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)

- locked <5d2b23e0> (a java.lang.Class)

at macromedia.fonts.JREFontManager.initializeSystemFonts(JREFontManager.java:242)

at macromedia.fonts.JREFontManager.createSetForSystemFont(JREFontManager.java:58)

at macromedia.fonts.CachedFontManager$FontCache.fetch(CachedFontManager.java:109)

at macromedia.util.LRUCache.get(LRUCache.java:114)

at macromedia.fonts.JREFontManager.getEntryFromSystem(JREFontManager.java:186)

at macromedia.swf.builder.tags.FontBuilder.<init>(FontBuilder.java:52)

at macromedia.css.FontFaceRule.initialize(FontFaceRule.java:82)

at macromedia.css.StyleDocumentHandler.endFontFace(StyleDocumentHandler.java:36)

at org.apache.batik.css.parser.Parser.parseFontFaceRule(Unknown Source)

at org.apache.batik.css.parser.Parser.parseStyleSheet(Unknown Source)

at macromedia.css.StyleParser.init(StyleParser.java:165)

at macromedia.css.StyleParser.<init>(StyleParser.java:89)

at macromedia.css.StyleSheet.parse(StyleSheet.java:71)

at flex.compiler.parser.MxmlParser$4.end(MxmlParser.java:1123)

at flex.compiler.parser.MxmlParser.endElement(MxmlParser.java:402)

at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)

at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)

at flex.compiler.parser.MxmlParser.parseDocument(MxmlParser.java:4363)

at flex.compiler.MxmlLoader.parse(MxmlLoader.java:277)

at flex.compiler.MxmlLoader.loadComponentType(MxmlLoader.java:178)

at flex.compiler.MxmlLoader.loadComponent(MxmlLoader.java:204)

at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)

at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)

at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)

at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)

at flex.compiler.linker.Loader.getType(Loader.java:266)

at flex.compiler.linker.Loader.findType(Loader.java:248)

at flex.compiler.CompilerPackageManager.loadType(CompilerPackageManager.java:629)

- locked <60ca0278> (a flex.compiler.CompilerPackageManager)

at flex.compiler.MxmlCompiler.openDocument(MxmlCompiler.java:61)

at flex.compiler.MxmlCompiler.compile(MxmlCompiler.java:234)

at flex.tools.Mxmlc.main(Mxmlc.java:166)

Dynamic libraries:

/opt/java1.4/jre/bin/PA_RISC2.0/java

text:0x00001000-0x00010f8c data:0x00011000-0x00012ec8

/opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl

text:0xc7400000-0xc7e61000 data:0x7ae77000-0x7b033000

/usr/lib/libpthread.1

text:0xc0050000-0xc0069000 data:0x7ae33000-0x7ae36000

/usr/lib/libm.2

text:0xc00b0000-0xc00d6000 data:0x7ae36000-0x7ae3c000

/usr/lib/librt.2

text:0xc00dc000-0xc00e0000 data:0x7ae3c000-0x7ae3d000

/usr/lib/libcl.2

text:0xc0400000-0xc058e000 data:0x7ae40000-0x7ae68000

/usr/lib/libisamstub.1

text:0xc00ab000-0xc00ac000 data:0x7ae3d000-0x7ae3e000

/usr/lib/libCsup.2

text:0xc0320000-0xc033c000 data:0x7ae68000-0x7ae6b000

/usr/lib/libc.2

text:0xc0100000-0xc0249000 data:0x7b03a000-0x7b04d000

/usr/lib/libdld.2

text:0xc0004000-0xc0008000 data:0x7b035000-0x7b036000

/opt/java1.4/jre/lib/PA_RISC2.0/native_threads/libhpi.sl

text:0xc44b0000-0xc44c2000 data:0x7ae30000-0x7ae31000

/opt/java1.4/jre/lib/PA_RISC2.0/libverify.sl

text:0xc3770000-0xc3780000 data:0x7adae000-0x7adaf000

/opt/java1.4/jre/lib/PA_RISC2.0/libjava.sl

text:0xc44d0000-0xc44f9000 data:0x7adac000-0x7adae000

/opt/java1.4/jre/lib/PA_RISC2.0/libzip.sl

text:0xc62a0000-0xc62b3000 data:0x7ada8000-0x7adaa000

/opt/java1.4/jre/lib/PA_RISC2.0/libnet.sl

text:0xc37f0000-0xc3800000 data:0x7ac23000-0x7ac24000

/usr/lib/libnm.sl

text:0xc05a0000-0xc05ab000 data:0x7ac22000-0x7ac23000

/opt/java1.4/jre/lib/PA_RISC2.0/libawt.sl

text:0xc7340000-0xc73ea000 data:0x5c1cb000-0x5c1f5000

/opt/java1.4/jre/lib/PA_RISC2.0/libmlib_image.sl

text:0xc7e80000-0xc7efa000 data:0x7ac15000-0x7ac20000

/opt/java1.4/jre/lib/PA_RISC2.0/libmawt.sl

text:0xc7f00000-0xc7f71000 data:0x7ac0f000-0x7ac13000

/usr/lib/Motif2.1/libXm.4

text:0xc6c00000-0xc6e4b000 data:0x5c184000-0x5c1b2000

/usr/lib/libXp.2

text:0xc1798000-0xc17a1000 data:0x5c17b000-0x5c17c000

/usr/lib/X11R6/libXt.3

text:0xc6a40000-0xc6a9d000 data:0x5c1b2000-0x5c1bd000

/usr/lib/libSM.2

text:0xc1554000-0xc155e000 data:0x7ac00000-0x7ac02000

/usr/lib/libICE.2

text:0xc1780000-0xc1796000 data:0x7ac02000-0x7ac05000

/usr/lib/X11R6/libXext.3

text:0xc1610000-0xc1626000 data:0x7ac05000-0x7ac06000

/usr/lib/X11R6/libXtst.2

text:0xc1208000-0xc120e000 data:0x7ac06000-0x7ac07000

/usr/lib/X11R6/libX11.3

text:0xc6900000-0xc6a14000 data:0x5c1bd000-0x5c1cb000

/opt/java1.4/jre/lib/PA_RISC2.0/headless/libmawt.sl

text:0xc0bf5000-0xc0bf8000 data:0x5c17a000-0x5c17b000

/opt/java1.4/jre/lib/PA_RISC2.0/libfontmanager.sl

text:0xc7f80000-0xc8048000 data:0x5c16c000-0x5c17a000

Heap at VM Abort:

Heap

def new generation total 9792K, used 1200K [70c00000, 716a0000, 78c00000)

eden space 8704K, 1% used [70c00000, 70c1c010, 71480000)

from space 1088K, 100% used [71480000, 71590000, 71590000)

to space 1088K, 0% used [71590000, 71590000, 716a0000)

tenured generation total 21888K, used 17366K [60c00000, 62160000, 70c00000)

the space 21888K, 79% used [60c00000, 61cf58c8, 61cf5a00, 62160000)

compacting perm gen total 16384K, used 7099K [5cc00000, 5dc00000, 60c00000)

the space 16384K, 43% used [5cc00000, 5d2eecd0, 5d2eee00, 5dc00000)

Local Time = Wed Oct 11 19:49:42 2006

Elapsed Time = 6

  1. The exception above was detected in native code outside the VM

  2. Java VM: Java HotSpot(TM) Server VM (1.4.2 1.4.2.09-050713-05:46-PA_RISC2.0 PA2.0 (aCC_AP) mixed mode)

#

Former Member
0 Kudos

Hi,

Please use SAP Note 716926 for updating the JDK.

Ophir.

Former Member
0 Kudos

thanks

I know the note 716926.

but the notes mention that : "minimal required 1.4.2.07","don't use 1.4.2.10"...etc...

I confused which java version is most stable, at the moment.

1.4.2_11 is latest version. right ?

have you used SDK 1.4.2_11 version for Netweaver04s ( J2ee), before ?

Former Member
0 Kudos

Hi,

Is this an HP machine?

Please try to update the JDK using the relevant SAP Notes according to the machine you are using.

Ophir.

Former Member
0 Kudos

Yes, this is hp-ux.

our java version is 1.4.2.09.

Please, recommend JDK version.