java 1.7.0_25 continued

Q&A regarding installation and issues getting started with Servoy

java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Tue Jun 25, 2013 4:28 pm

Hi,

We adjusted the java security settings ( see attached picture )

It works fine for most users

We start the smart client not trough a browser, but using :
Code: Select all
("C:\\Program Files (x86)\Java\jre7\bin\javaws.exe = http://host:8080/servoy-client/servoy_client/IBISMain.jnlp


I have one user which has his default browser set to Firefox.
He gets the error : org.mozilla.javascript.EmcaError: TypeError: Cannot find function createBinding. (init_tree#11)

When he sets his default browser to IE the problem is gone.

b.t.w. we use the browser bean...
Any idea why this happens ??
Attachments
java25.png
java25.png (47.75 KiB) Viewed 16058 times
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Re: java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Wed Jun 26, 2013 4:29 pm

This is getting anoying.

Some users keep getting the error I attached.

When they startup sometimes it is oke, sometimes they get the error.

Any Idea what causes this ?
The error is thrown at the moment the Servoy Tree is initialized.

Servoy 5.2.15, windows 7 and java 1.7.0_25
Attachments
error.png
error.png (17.47 KiB) Viewed 15991 times
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Re: java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Thu Jun 27, 2013 10:44 am

Hi,I can now reproduce this on my own laptop with a local servoy server and smart client.

Before I had the java console enabled and the problem did not occur, when I disable the java console I get the same error the users get

This is on Windows 7, Servoy 5.2.15, Java 1.7_025

In the server log I see :

Code: Select all
LogServer started
jun 26, 2013 5:06:28 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
jun 26, 2013 5:06:28 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 231 ms
jun 26, 2013 5:06:28 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
jun 26, 2013 5:06:28 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
jun 26, 2013 5:06:29 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
jun 26, 2013 5:06:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1620 ms
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: ----------------------------
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: Accept-Encoding=pack200-gzip,gzip
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: Content-Type=application/x-java-archive
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: requestURL=http://ibisapptest:8080/beans/dbtreeview.jar
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: servletPath=/dbtreeview.jar
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: File not found /dbtreeview.jar1372243892695.pack.gz
jun 26, 2013 5:08:38 PM org.apache.catalina.core.ApplicationContext log
INFO: File not found /dbtreeview.jar1372243892695.pack.gz
jun 26, 2013 5:08:40 PM org.apache.catalina.core.ApplicationContext log
INFO: Found file /dbtreeview.jar.pack.gz.tmp
jun 26, 2013 5:08:40 PM org.apache.catalina.core.ApplicationContext log
INFO: content-encoding=pack200-gzip : outFile=C:\ServoyPrograms\ServoyTest\appli
cation_server\server\work\Catalina\localhost\beans\dbtreeview.jar1372243892695.p
ack.gz
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.java2d.
HeadlessGraphicsEnvironment cannot be cast to sun.awt.Win32GraphicsEnvironment
        at sun.awt.windows.WToolkit$3.run(WToolkit.java:758)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:688)
        at java.awt.EventQueue$3.run(EventQueue.java:686)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Re: java 1.7.0_25 continued

Postby Mark Voorboom » Thu Jun 27, 2013 1:23 pm

Hi,

We have the same issue on multiple versions of servoy:

Tested with:
- Windows 7, Servoy 6.0.9, Java 1.7_025
- Windows 7, Servoy 6.0.5, Java 1.7_025
- Windows 7, Servoy 5.2.10, Java 1.7_025

1st we see this error: http://screencast.com/t/C8G456zoEKA

after that we see that the tree bean is missing

http://screencast.com/t/UDl09Ay0

And like Hans discovered this error occurs only when the java console is set on hide or not show.

How to fix?
Stb Software Development
SAN Partner
User avatar
Mark Voorboom
 
Posts: 20
Joined: Wed Aug 26, 2009 9:55 am
Location: Houten

Re: java 1.7.0_25 continued

Postby jcompagner » Thu Jun 27, 2013 1:31 pm

all these screencast are quite useless.
Also it seems to go wrong on the serverside to serve the bean?
Why you get an awt exception there is weird, the classes shouldn't be really loaded, it is just packing the stuff.

What is the webstart console log for that bean?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: java 1.7.0_25 continued

Postby Mark Voorboom » Thu Jun 27, 2013 2:08 pm

Hi Johan,

Some additional info:

- On the server-side we see no error's in the servoy logs
- The error only occurs when the "show console" option is turned off in Java.

Here the webstart console

Code: Select all

Java Web Start 10.25.2.17
Using JRE version 1.7.0_25-b17 Java HotSpot(TM) Client VM
User home directory = \\vmware-host\Shared Folders\Mark On My Mac
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
CacheEntry[http://ipadress:9090/servoy-client/servoy_client_mSTB_start.jnlp]: updateAvailable=true,lastModified=Thu Jun 27 13:52:19 CEST 2013,length=-1
JNLP JREDesc in Component ignored: http://ipadress:9090/servoy-client/plugins/it2be-word/aspose-words.jar.jnlp
JNLP JREDesc in Component ignored: http://ipadress:9090/servoy-client/plugins/it2be-word/aspose-words.jar.jnlp
Missing Permissions manifest attribute for: http://ipadress:9090/lib/j2db.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/j2db.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/js.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/js.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/commons-logging.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/commons-logging.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/rmitnl.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/rmitnl.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lafs/stblaf-bizlaf-cezanne-2.3.2.10.20.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lafs/stblaf-bizlaf-cezanne-2.3.2.10.20.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/log4j.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/log4j.jar
INFO  - CezanneLookAndFeel         - Loading Cezanne extensions ...
INFO  - c                          - NetBeans module 'Core' (class 'org.netbeans.swing.plaf.Startup) does not seem to be available: java.lang.ClassNotFoundException: org.netbeans.swing.plaf.Startup
INFO  - c                          - NetBeans module 'Look & Feel Customization Library' (class 'org.netbeans.swing.plaf.LFCustoms) does not seem to be available: java.lang.ClassNotFoundException: org.netbeans.swing.plaf.LFCustoms
INFO  - c                          - NetBeans module 'Tab Control' (class 'org.netbeans.swing.tabcontrol.TabbedContainer) does not seem to be available: java.lang.ClassNotFoundException: org.netbeans.swing.tabcontrol.TabbedContainer
INFO  - c                          - NetBeans module 'Window System API' (class 'org.openide.windows.WindowManager) does not seem to be available: java.lang.ClassNotFoundException: org.openide.windows.WindowManager
INFO  - CezanneLookAndFeel         -     Loaded Cezanne extension 'Servoy'.
INFO  - CezanneLookAndFeel         - Finished loading Cezanne extensions.
INFO  - ob                         - Overwriting style for
    qualifier: <g@172738d region='InternalFrame', name='', name2='', tag='', orientation='', direction='', custom=''>
    old:       <CezanneStyle@c9a74c id=<CezanneId ':bizlaf:InternalFrame.Standard'>, data=null, font=<CezanneFont@10035e7>, opaque=null, cezanneColors=[<CezanneColor@d2e2a4 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@11dafac'>, <CezanneColor@1f846cd override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@f045f2'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=0,left=4,bottom=4,right=4], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@803533, transitions=de.centigrade.cezanne.sd@124be18>
    new:       <CezanneStyle@13c2480 id=<CezanneId ':bizlaf:InternalFrame'>, data={defaultFrameIconImages=[Ljava.awt.Image;@1805f85, layoutTitlePaneAtOrigin=true}, font=<CezanneFont@ff27ff>, opaque=null, cezanneColors=[<CezanneColor@19ade0a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@11dafac'>, <CezanneColor@676b8d override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@f045f2'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=0,left=4,bottom=4,right=4], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1c61e31, transitions=null>

INFO  - ob                         - Overwriting style for
    qualifier: <g@5c358b region='InternalFrameTitlePane', name='', name2='', tag='', orientation='', direction='', custom=''>
    old:       <CezanneStyle@19e14af id=<CezanneId ':bizlaf:InternalFrameTitlePane.Standard'>, data=null, font=<CezanneFont@1bf724e>, opaque=null, cezanneColors=[<CezanneColor@1e97a73 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1662a8a'>, <CezanneColor@730222 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@912e6a'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=5,bottom=1,right=5], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@17e62ad, transitions=de.centigrade.cezanne.sd@124be18>
    new:       <CezanneStyle@807ac8 id=<CezanneId ':bizlaf:InternalFrameTitlePane'>, data=null, font=<CezanneFont@fd04a1>, opaque=null, cezanneColors=[<CezanneColor@13af4e5 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1662a8a'>, <CezanneColor@1a3fa82 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@912e6a'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=5,bottom=1,right=5], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@9374d3, transitions=de.centigrade.cezanne.sd@daf50c>

INFO  - ob                         - Overwriting style for
    qualifier: <g@135f26b region='ScrollPane', name='', name2='', tag='', orientation='', direction='', custom=''>
    old:       <CezanneStyle@1f9298 id=<CezanneId ':bizlaf:ScrollViewer'>, data=null, font=<CezanneFont@be548d>, opaque=null, cezanneColors=[<CezanneColor@1a0f663 override=null, hue=null, saturation=null, brightness=null, parent='@8fecc7', secondaryParent='@10216c0'>, <CezanneColor@239ad8 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@99e843, transitions=de.centigrade.cezanne.sd@daf50c>
    new:       <CezanneStyle@5f976d id=<CezanneId ':bizlaf:ScrollPane'>, data={service=de.centigrade.bizlaf.DefaultScrollPaneService@1cea26e}, font=<CezanneFont@10a1b0d>, opaque=false, cezanneColors=[<CezanneColor@7618f8 override=null, hue=null, saturation=null, brightness=null, parent='@1614411', secondaryParent='@10216c0'>, <CezanneColor@bbec16 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@188c3cf, transitions=null>

INFO  - ob                         - Overwriting style for
    qualifier: <g@13d7910 region='ScrollPane', name='', name2='', tag=':bizlaf:plaindark', orientation='', direction='', custom=''>
    old:       <CezanneStyle@e5b708 id=<CezanneId ':bizlaf:ScrollViewer.PlainDark'>, data=null, font=<CezanneFont@d71e97>, opaque=null, cezanneColors=[<CezanneColor@1194cf5 override=null, hue=null, saturation=null, brightness=null, parent='@ba6ef', secondaryParent='@10216c0'>, <CezanneColor@fccc53 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@ca9718, transitions=de.centigrade.cezanne.sd@daf50c>
    new:       <CezanneStyle@85dc5a id=<CezanneId ':bizlaf:ScrollPane.PlainDark'>, data={service=de.centigrade.bizlaf.DefaultScrollPaneService@45b199}, font=<CezanneFont@18ec669>, opaque=null, cezanneColors=[<CezanneColor@844674 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1194cf5'>, <CezanneColor@2da883 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@fccc53'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1923193, transitions=de.centigrade.cezanne.sd@daf50c>

INFO  - ob                         - Overwriting style for
    qualifier: <g@a814a5 region='ScrollPane', name='', name2='', tag=':bizlaf:plainbright', orientation='', direction='', custom=''>
    old:       <CezanneStyle@5e5018 id=<CezanneId ':bizlaf:ScrollViewer.PlainBright'>, data=null, font=<CezanneFont@e3600d>, opaque=null, cezanneColors=[<CezanneColor@1b6f7fc override=null, hue=null, saturation=null, brightness=null, parent='@152f8a3', secondaryParent='@10216c0'>, <CezanneColor@41b2bb override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@13d4fa4, transitions=de.centigrade.cezanne.sd@daf50c>
    new:       <CezanneStyle@37c2ad id=<CezanneId ':bizlaf:ScrollPane.PlainBright'>, data={service=de.centigrade.bizlaf.DefaultScrollPaneService@ce1c2e}, font=<CezanneFont@19c1fce>, opaque=null, cezanneColors=[<CezanneColor@ec459a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1b6f7fc'>, <CezanneColor@1cd9466 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@41b2bb'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1c9beb2, transitions=de.centigrade.cezanne.sd@daf50c>

INFO  - ob                         - Overwriting style for
    qualifier: <g@1278829 region='Viewport', name='', name2='', tag='', orientation='', direction='', custom=''>
    old:       <CezanneStyle@6a1e01 id=<CezanneId ':bizlaf:Viewport'>, data=null, font=<CezanneFont@5c427e>, opaque=true, cezanneColors=[<CezanneColor@1116dc4 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@10216c0'>, <CezanneColor@13d7d27 override=null, hue=null, saturation=null, brightness=null, parent='@1e3c793', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=null, graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1439025, transitions=de.centigrade.cezanne.sd@daf50c>
    new:       <CezanneStyle@aca427 id=<CezanneId ':bizlaf:Viewport.Fallback'>, data={borderFocusedTextComponent=de.centigrade.cezanne.re@4d0d33, borderFocusedTree=de.centigrade.cezanne.re@9da2ea, borderDisabledList=de.centigrade.cezanne.re@132b71e, borderDisabledTree=de.centigrade.cezanne.re@943402, borderNormalTree=de.centigrade.cezanne.re@1e2a4f1, borderFocusedList=de.centigrade.cezanne.re@baf851, borderNormalList=de.centigrade.cezanne.re@104a5ce, borderDisabledTextComponent=de.centigrade.cezanne.re@21b367, borderNormalTextComponent=de.centigrade.cezanne.re@89314f}, font=<CezanneFont@1045aa2>, opaque=true, cezanneColors=[<CezanneColor@da7a9f override=null, hue=null, saturation=null, brightness=null, parent='@1a8603c', secondaryParent='@10216c0'>, <CezanneColor@1463d6f override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@18ae850'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@6b765a, transitions=null>

INFO  - ob                         - Overwriting style for
    qualifier: <g@d86eb9 region='Button', name='', name2='', tag=':bizlaf:ribbonlike', orientation='', direction='', custom=''>
    old:       <CezanneStyle@a852b id=<CezanneId ':bizlaf:Button.RibbonLike'>, data={verticalTextPosition=3, horizontalTextPosition=0, textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@14d427a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>}, font=<CezanneFont@1477b21>, opaque=null, cezanneColors=[<CezanneColor@1e4de3d override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@bab550'>, <CezanneColor@1d5a7f9 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@6ee33'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=4,left=5,bottom=4,right=5], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1006fed, transitions=de.centigrade.cezanne.sd@1b46468>
    new:       <CezanneStyle@c6ca37 id=<CezanneId ':bizlaf:Button-ToolBar.RibbonLike'>, data={horizontalTextPosition=0, verticalTextPosition=3, textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@14d427a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>}, font=<CezanneFont@2c2958 parent=<CezanneFont@14e5edb name='Segoe UI Semibold', size=<r@3587d1 type=ABSOLUTE, value=12.0>>>, opaque=null, cezanneColors=[<CezanneColor@bab550 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@67b7c8'>, <CezanneColor@6ee33 override=null, hue=null, saturation=null, brightness=null, parent='@152c44b', secondaryParent='@d54df2'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=4,left=5,bottom=4,right=5], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1f06804, transitions=de.centigrade.cezanne.sd@1b46468>

INFO  - ob                         - Overwriting style for
    qualifier: <g@1d324c region='Button', name='', name2='', tag=':bizlaf:toolbar', orientation='', direction='', custom=''>
    old:       <CezanneStyle@10d697c id=<CezanneId ':bizlaf:Button.ToolBar'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@d12c0c override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>}, font=<CezanneFont@a2f76f>, opaque=null, cezanneColors=[<CezanneColor@122ad40 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@19c7798'>, <CezanneColor@16fda88 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@741ea2'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=4,right=3], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1875b76, transitions=de.centigrade.cezanne.sd@1b46468>
    new:       <CezanneStyle@eb059d id=<CezanneId ':bizlaf:Button-ToolBar'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@d12c0c override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>}, font=<CezanneFont@185a7f0>, opaque=null, cezanneColors=[<CezanneColor@19c7798 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@67b7c8'>, <CezanneColor@741ea2 override=null, hue=null, saturation=null, brightness=null, parent='@1d4bef8', secondaryParent='@d54df2'>, null, null, null], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=4,right=3], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@459c1b, transitions=de.centigrade.cezanne.sd@1b46468>

INFO  - ob                         - Overwriting style for
    qualifier: <g@14a6983 region='TextField', name='', name2='', tag=':bizlaf:search', orientation='', direction='', custom=''>
    old:       <CezanneStyle@60f1ea id=<CezanneId ':bizlaf:TextField.Search'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@5532ca override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>, rolloverEnabled=true}, font=<CezanneFont@1798075>, opaque=null, cezanneColors=[<CezanneColor@1e0bb86 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1378b97'>, <CezanneColor@1ad7476 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@b91dff'>, null, <CezanneColor@1607dda override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1e6a528'>, <CezanneColor@164e81e override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1c33fa0'>], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=29,bottom=6,right=11], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@186527e, transitions=de.centigrade.cezanne.sd@1b46468>
    new:       <CezanneStyle@191d41b id=<CezanneId ':bizlaf:TextBox.Search.NoColorization'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@5532ca override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>, rolloverEnabled=true}, font=<CezanneFont@fc48ce>, opaque=null, cezanneColors=[<CezanneColor@10fdc46 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1e0bb86'>, <CezanneColor@469b16 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1ad7476'>, null, <CezanneColor@16fcbc0 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1607dda'>, <CezanneColor@a9be7a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@164e81e'>], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=29,bottom=6,right=11], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@184a49, transitions=de.centigrade.cezanne.sd@1b46468>

INFO  - ob                         - Overwriting style for
    qualifier: <g@badda8 region='FormattedTextField', name='', name2='', tag=':bizlaf:search', orientation='', direction='', custom=''>
    old:       <CezanneStyle@1922339 id=<CezanneId ':bizlaf:FormattedTextField.Search'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@5532ca override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>, rolloverEnabled=true}, font=<CezanneFont@2e6d14>, opaque=null, cezanneColors=[<CezanneColor@1fb3f37 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1378b97'>, <CezanneColor@1f35ded override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@b91dff'>, null, <CezanneColor@9b967b override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1e6a528'>, <CezanneColor@b49cf1 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1c33fa0'>], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=29,bottom=6,right=11], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@1abc0bd, transitions=de.centigrade.cezanne.sd@1b46468>
    new:       <CezanneStyle@191d41b id=<CezanneId ':bizlaf:TextBox.Search.NoColorization'>, data={textShadowOffset=de.centigrade.cezanne.util.a[x=0,y=1], textShadowColor=<CezanneColorRegular@5532ca override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='null'>, rolloverEnabled=true}, font=<CezanneFont@fc48ce>, opaque=null, cezanneColors=[<CezanneColor@10fdc46 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1e0bb86'>, <CezanneColor@469b16 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1ad7476'>, null, <CezanneColor@16fcbc0 override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@1607dda'>, <CezanneColor@a9be7a override=null, hue=null, saturation=null, brightness=null, parent='null', secondaryParent='@164e81e'>], painters=null, insets=javax.swing.plaf.InsetsUIResource[top=3,left=29,bottom=6,right=11], graphicsUtil=null, stateInfoStore=de.centigrade.cezanne.mb@184a49, transitions=de.centigrade.cezanne.sd@1b46468>

Missing Permissions manifest attribute for: http://ipadress:9090/plugins/agent.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/agent.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/amortization.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/amortization.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/browser_suite.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/browser_suite.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/browser_suite/DJNativeSwing.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/browser_suite/DJNativeSwing.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/browser_suite/MozillaInterfaces.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/browser_suite/MozillaInterfaces.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/converters.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/converters.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/dateUtils.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/dateUtils.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/default_validators.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/default_validators.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/dialog.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/dialog.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/dialogPro.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/dialogPro.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/excelxport.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/excelxport.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/file.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/file.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/fileWatcher.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/fileWatcher.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/headlessclient.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/headlessclient.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/jabsorb.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/jabsorb.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/http.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/http.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/images.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/images.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-cryptor.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-cryptor.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-ftp.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-ftp.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-tools.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-tools.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-word.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-word.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-core/core-common.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-core/core-common.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/keyListeners.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/keyListeners.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/log.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/log.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/mail.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/mail.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/mailpro.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/mailpro.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/maintenance.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/maintenance.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/pdf_output.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/pdf_output.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/rawSQL.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/rawSQL.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/scheduler.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/scheduler.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/screenshot.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/screenshot.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/serialize.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/serialize.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/servoy_jasperreports.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/servoy_jasperreports.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/spellcheck.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/spellcheck.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/stb_excel.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/stb_excel.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/stbtools.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/stbtools.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/tabxport.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/tabxport.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/udp.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/udp.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/usermanager.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/usermanager.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/window.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/window.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/xml.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/xml.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/xmlreader.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/xmlreader.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/browser_suite/DJNativeSwing-SWT.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/browser_suite/DJNativeSwing-SWT.jar
Missing Permissions manifest attribute for: http://ipadress:9090/browser_suite/swt/windows/org.eclipse.swt.win32.win32.x86_3.7.2.v3740f.jar
Missing Codebase manifest attribute for: http://ipadress:9090/browser_suite/swt/windows/org.eclipse.swt.win32.win32.x86_3.7.2.v3740f.jar
Under WebStart on Java >= 1.6.0_18, the value of the "sun.awt.disableMixing" system property needs to be defined in the JNLP descriptor with value "true" (or "false" if you really want the default behavior). When not set to "true", the content of the native components may not be displayed.
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/servoy_jasperreports/jasperreports-3.7.1.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/servoy_jasperreports/jasperreports-3.7.1.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/stb_care/xmlbeans-2.3.0.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/stb_care/xmlbeans-2.3.0.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/support.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/support.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/servoy6support.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/servoy6support.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/jdom.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/jdom.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/mail.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/mail.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/mac_widgets.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/mac_widgets.jar
INFO  - ConfigurationLoader        - JAVA version is 1.7.0_25
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\access-bridge.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\access-bridge.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\dnsns.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\dnsns.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\jaccess.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\jaccess.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\localedata.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\localedata.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\sunec.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\sunec.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\sunjce_provider.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\sunjce_provider.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\sunmscapi.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\sunmscapi.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\sunpkcs11.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\sunpkcs11.jar to the extension classpath
INFO  - ConfigurationLoader        - Extension C:\Program Files\Java\jre7\lib\ext\zipfs.jar being added to classpath
INFO  - ExtensionClassLoader       - Adding C:\Program Files\Java\jre7\lib\ext\zipfs.jar to the extension classpath
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-ftp/commons-net.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-ftp/commons-net.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/it2be-word/aspose-words-jdk16.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/it2be-word/aspose-words-jdk16.jar
Registering Commercial IT2BE Component runtime licenses for STB Automatisering & Advies BV
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/images/jai_imageio.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/images/jai_imageio.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/httpclient.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/httpclient.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/httpcore.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/httpcore.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/httpmime.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/httpmime.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/slf4j-api.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/slf4j-api.jar
Missing Permissions manifest attribute for: http://ipadress:9090/lib/slf4j-jdk14.jar
Missing Codebase manifest attribute for: http://ipadress:9090/lib/slf4j-jdk14.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/stb-lib/stb_servoy4support.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/stb-lib/stb_servoy4support.jar
Missing Permissions manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/forms.jar
Missing Codebase manifest attribute for: http://ipadress:9090/plugins/drmaison-lib/forms.jar
ERROR - Debug                      - releaseGUI to many times called
ERROR - Debug                      - releaseGUI to many times called
Missing Permissions manifest attribute for: http://ipadress:9090/beans/browser_suite.jar
Missing Codebase manifest attribute for: http://ipadress:9090/beans/browser_suite.jar
JNLPClassLoader: Finding library jawt.dll
JNLPClassLoader: Finding library swt-awt-win32-3740.dll
JNLPClassLoader: Finding library swt-awt-win32.dll

Stb Software Development
SAN Partner
User avatar
Mark Voorboom
 
Posts: 20
Joined: Wed Aug 26, 2009 9:55 am
Location: Houten

Re: java 1.7.0_25 continued

Postby Mark Voorboom » Thu Jun 27, 2013 4:08 pm

Hi Johan,

I found the error part in the java webstart trace file

Location: %APPDATA%\..\LocalLow\Sun\Java\Deployment

I hope this clarifies

Code: Select all

<level>FINE</level>
  <class>com.sun.deploy.trace.LoggerTraceListener</class>
  <method>print</method>
  <thread>8</thread>
  <message>ERROR - Debug                      - Throwable
java.lang.ArrayIndexOutOfBoundsException: 0
   at java.beans.XMLDecoder.readObject(Unknown Source)
   at com.servoy.j2db.component.ComponentFactory.getBeanInstanceFromXML(ComponentFactory.java:790)
   at com.servoy.j2db.component.ComponentFactory.createBean(ComponentFactory.java:2295)
   at com.servoy.j2db.component.ComponentFactory.createComponentEx(ComponentFactory.java:361)
   at com.servoy.j2db.component.ComponentFactory.createComponent(ComponentFactory.java:246)
   at com.servoy.j2db.smart.dataui.DataRendererFactory.placeElements(DataRendererFactory.java:270)
   at com.servoy.j2db.smart.dataui.DataRendererFactory.completeRenderers(DataRendererFactory.java:236)
   at com.servoy.j2db.FormController.createDataRenderers(FormController.java:1706)
   at com.servoy.j2db.FormController.init(FormController.java:1545)
   at com.servoy.j2db.FormManager.leaseFormPanel(FormManager.java:938)
   at com.servoy.j2db.FormManager.getFormController(FormManager.java:842)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.createFormPanel(FormLookupPanel.java:122)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.getFormPanel(FormLookupPanel.java:191)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.getDefaultSort(FormLookupPanel.java:170)
   at com.servoy.j2db.smart.dataui.SpecialTabPanel.getDefaultSort(SpecialTabPanel.java:356)
   at com.servoy.j2db.smart.dataui.SpecialTabPanel.setRecord(SpecialTabPanel.java:234)
   at com.servoy.j2db.dataprocessing.DataAdapterList.setRecord(DataAdapterList.java:388)
   at com.servoy.j2db.smart.dataui.DataRenderer.getListCellRendererComponent(DataRenderer.java:457)
   at com.servoy.j2db.smart.RecordView.syncSliderAndRefresh(RecordView.java:210)
   at com.servoy.j2db.smart.RecordView.valueChanged(RecordView.java:333)
   at com.servoy.j2db.smart.RecordView.setModelInternal(RecordView.java:102)
   at com.servoy.j2db.smart.RecordView.setModel(RecordView.java:308)
   at com.servoy.j2db.FormController.notifyVisible(FormController.java:3076)
   at com.servoy.j2db.FormController.showNavigator(FormController.java:3526)
   at com.servoy.j2db.FormController.notifyVisible(FormController.java:3089)
   at com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:738)
   at com.servoy.j2db.FormManager.showFormInCurrentContainer(FormManager.java:602)
   at com.servoy.j2db.FormController.showForm(FormController.java:2418)
   at com.servoy.j2db.FormController$JSForm.js_show(FormController.java:229)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:179)
   at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:367)
   at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:111)
   at org.mozilla.javascript.gen.c417._c0(sec_ACTION_login:377)
   at org.mozilla.javascript.gen.c417.call(sec_ACTION_login)
   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:65)
   at org.mozilla.javascript.gen.c416._c0(core_APP_startup:790)
   at org.mozilla.javascript.gen.c416.call(core_APP_startup)
   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:65)
   at org.mozilla.javascript.gen.c415._c0(start_APP_startup:19)
   at org.mozilla.javascript.gen.c415.call(start_APP_startup)
   at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
   at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
   at org.mozilla.javascript.gen.c415.call(start_APP_startup)
   at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:537)
   at com.servoy.j2db.FormManager.makeSolutionSettings(FormManager.java:374)
   at com.servoy.j2db.smart.SwingFormManager.makeSolutionSettings(SwingFormManager.java:177)
   at com.servoy.j2db.FormManager$2.run(FormManager.java:200)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
</message>
</record>
<record>
  <date>2013-06-27T15:58:08</date>
  <millis>1372341488560</millis>
  <sequence>202</sequence>
  <logger>com.sun.deploy</logger>
  <level>FINE</level>
  <class>com.sun.deploy.trace.LoggerTraceListener</class>
  <method>print</method>
  <thread>8</thread>
  <message>ERROR - Debug                      - Java class "com.servoy.j2db.smart.dataui.ComponentJLabel" has no public instance field or method named "relationName". (BEAN_initTreeview#34)
org.mozilla.javascript.EvaluatorException: Java class "com.servoy.j2db.smart.dataui.ComponentJLabel" has no public instance field or method named "relationName". (BEAN_initTreeview#34)
   at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:114)
   at org.mozilla.javascript.Context.reportRuntimeError(Context.java:1077)
   at org.mozilla.javascript.Context.reportRuntimeError(Context.java:1126)
   at org.mozilla.javascript.Context.reportRuntimeError2(Context.java:1100)
   at org.mozilla.javascript.JavaMembers.reportMemberNotFound(JavaMembers.java:943)
   at org.mozilla.javascript.JavaMembers.put(JavaMembers.java:149)
   at org.mozilla.javascript.NativeJavaObject.put(NativeJavaObject.java:141)
   at org.mozilla.javascript.ScriptableObject.putProperty(ScriptableObject.java:1768)
   at org.mozilla.javascript.ScriptRuntime.setObjectProp(ScriptRuntime.java:1531)
   at org.mozilla.javascript.ScriptRuntime.setObjectProp(ScriptRuntime.java:1519)
   at org.mozilla.javascript.gen.c487._c0(BEAN_initTreeview:34)
   at org.mozilla.javascript.gen.c487.call(BEAN_initTreeview)
   at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:91)
   at org.mozilla.javascript.gen.c486._c0(onLoad:90)
   at org.mozilla.javascript.gen.c486.call(onLoad)
   at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:537)
   at com.servoy.j2db.FormController.executeFunction(FormController.java:4074)
   at com.servoy.j2db.FormController.executeFormMethod(FormController.java:4396)
   at com.servoy.j2db.FormController.executeOnLoadMethod(FormController.java:4255)
   at com.servoy.j2db.FormManager.getFormController(FormManager.java:848)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.createFormPanel(FormLookupPanel.java:122)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.getFormPanel(FormLookupPanel.java:191)
   at com.servoy.j2db.smart.dataui.FormLookupPanel.getDefaultSort(FormLookupPanel.java:170)
   at com.servoy.j2db.smart.dataui.SpecialTabPanel.getDefaultSort(SpecialTabPanel.java:356)
   at com.servoy.j2db.smart.dataui.SpecialTabPanel.setRecord(SpecialTabPanel.java:234)
   at com.servoy.j2db.dataprocessing.DataAdapterList.setRecord(DataAdapterList.java:388)
   at com.servoy.j2db.smart.dataui.DataRenderer.getListCellRendererComponent(DataRenderer.java:457)
   at com.servoy.j2db.smart.RecordView.syncSliderAndRefresh(RecordView.java:210)
   at com.servoy.j2db.smart.RecordView.valueChanged(RecordView.java:333)
   at com.servoy.j2db.smart.RecordView.setModelInternal(RecordView.java:102)
   at com.servoy.j2db.smart.RecordView.setModel(RecordView.java:308)
   at com.servoy.j2db.FormController.notifyVisible(FormController.java:3076)
   at com.servoy.j2db.FormController.showNavigator(FormController.java:3526)
   at com.servoy.j2db.FormController.notifyVisible(FormController.java:3089)
   at com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:738)
   at com.servoy.j2db.FormManager.showFormInCurrentContainer(FormManager.java:602)
   at com.servoy.j2db.FormController.showForm(FormController.java:2418)
   at com.servoy.j2db.FormController$JSForm.js_show(FormController.java:229)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:179)
   at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:367)
   at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:111)
   at org.mozilla.javascript.gen.c417._c0(sec_ACTION_login:377)
   at org.mozilla.javascript.gen.c417.call(sec_ACTION_login)
   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:65)
   at org.mozilla.javascript.gen.c416._c0(core_APP_startup:790)
   at org.mozilla.javascript.gen.c416.call(core_APP_startup)
   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:65)
   at org.mozilla.javascript.gen.c415._c0(start_APP_startup:19)
   at org.mozilla.javascript.gen.c415.call(start_APP_startup)
   at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
   at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
   at org.mozilla.javascript.gen.c415.call(start_APP_startup)
   at com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:537)
   at com.servoy.j2db.FormManager.makeSolutionSettings(FormManager.java:374)
   at com.servoy.j2db.smart.SwingFormManager.makeSolutionSettings(SwingFormManager.java:177)
   at com.servoy.j2db.FormManager$2.run(FormManager.java:200)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
</message>


Stb Software Development
SAN Partner
User avatar
Mark Voorboom
 
Posts: 20
Joined: Wed Aug 26, 2009 9:55 am
Location: Houten

Re: java 1.7.0_25 continued

Postby jcompagner » Thu Jun 27, 2013 4:52 pm

no that doesn't give any info why it goes wrong. Why can't that bean instance not being read, and how can that be that it is controlled by the console, that is really beyond me. Console is just another window with a large text field logging stuff what you see in that file..

Internally we tested it with the latest java versions as server and client and the TreeView bean example just works fine.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Thu Jun 27, 2013 4:59 pm

Maybe a combination with others beans like the browser bean ?
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Re: java 1.7.0_25 continued

Postby jcompagner » Thu Jun 27, 2013 5:46 pm

thats most of the time a big problem that specific bean/plugin
But test this by removing most other plugins on a test server.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: java 1.7.0_25 continued

Postby Harjo » Thu Jun 27, 2013 6:14 pm

We have the same problem, but we removed the the browsersuite a half year ago, completely.
So that is not the only issue
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Thu Jun 27, 2013 6:18 pm

I agree,

I removed the browserbean from our testserver.

The problem seemd to be gone, but if I set java console to "Hide" , the problem is back.

This will be very hard for us users to resolve.

I can take my laptop (on which I can reproduce the issue ) and come to Servoy ...

Regards,
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Re: java 1.7.0_25 continued

Postby Harjo » Thu Jun 27, 2013 6:29 pm

I have already emailed Johan a login, for our solution, so he can test.. Hope to hear soon...
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: java 1.7.0_25 continued

Postby lwjwillemsen » Thu Jun 27, 2013 7:31 pm

Hope to hear soon...


+1
Lambert Willemsen
Vision Development BV
lwjwillemsen
 
Posts: 680
Joined: Sat Mar 14, 2009 5:39 pm
Location: The Netherlands

Re: java 1.7.0_25 continued

Postby Hans Nieuwenhuis » Thu Jun 27, 2013 10:22 pm

Testing is difficult. When You think it works try it again after clearing the jaca cache.
I noticed I had to clear the cache between each test to be sure of the result.
Hans Nieuwenhuis
Betagraphics
http://www.deltics.nl
http://www.betagraphics.nl

Servoy Version 7.3.1
Java version 1.7.0.x
Database Oracle 11g
User avatar
Hans Nieuwenhuis
 
Posts: 1026
Joined: Thu Apr 12, 2007 12:36 pm
Location: Hengelo, The Netherlands

Next

Return to I'm just getting started

Who is online

Users browsing this forum: No registered users and 2 guests