Yesterday I wounded the Sun J2EE 1.4 server.
It went into a tight loop, put 3Gig into the log and wouldnt talk
now
1) I am fairly sure I set the log to max 200K
2) The Admin Console didnt work, so a reinstall was needed
- I shudder to think what would happen if I was managing a production system.
OK I was mean, shutting down by reboot, but should a sever fail so catastrophically?
kelvinq - 08 Mar 2005 02:06 GMT
I got SunJavaStudioCreator 'working' with mySQL
at least next & previous work
but updateRow doesnt work
Sun claim that mySQL 'needs to include a unique key' to update a rowset
well
1) I do include a unique key
2) JBuilder updates a mySQL rowset with no complaints
So I decided to switch to Pointbase
Tried to get some docs from Pointbase, but they
required 2 registrations (!) and havnt responded to the second
... when you click on Product Docs in the Pointbase site
yopu get a message "you are entering a restricted area'
In Australia we have a word for that: w.nkers
Anyway I removed the sample database and put mine into the embedded Pointbase
in SJSC. Dragged a table & got a SQL request
BUT when I tried to 'bind to database' I got a grey screen.
Not Happy
Kelvinq
kelvinq - 08 Mar 2005 02:16 GMT
re Pointbase
SJSC did make a SQL query
BUT it doesnt run
it says Invalid table name
so part of SJSC finds the table, makes the query
another part doesnt like that table...
cant Sun get its bits together?
Not Happy
kelvinq
kelvinq - 11 Mar 2005 04:27 GMT
I tried postgreSQL with SJSCreator and it does NOT work
You have to wonder how serious Sun is if mySQL and postgreSQL both fail.
for postgreSQL
I can bind a column to a textField in the IDE
but when I deploy I get
com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206)
com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
So Sun doesnt support rowsets in the 2 most popular open datbases.
Time to get the Boss to cough up some $ for Borland JBuilder...
kelvinq - 14 Mar 2005 03:27 GMT
OK SJSCreator works with postgreSQL if you use the
postgresql-8.0-310.jdbc2ee.jat
NOT the ...jdbc3.jar
ie Update rowset works
Some say SJC cant populate dropdownlists, I'll check that next...
gbruno - 16 Mar 2005 03:39 GMT
Problems...
If you can, avoid Sun altogether...
they seem to have thrown quality control to the dogs.
Their AppServer8 bundled with SJCreator has twice gone tropo,
putting 300 meg in the log (despite the log size being set at 50K)
and unreactive to the 'Console'
So I reinstalled SJC and today a program that ran yesterday doesnt run.
I am glad I'm a programmer, not a NetworkAdmin.
Imagine the pain if this was production...